crispedge.com

Color picker

Loading...

#c18edd hex color - Violet - Warm color - Information

#c18edd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c18edd Color code in RGB color code model is created after adding 75.69% red color, 55.69% green color and 86.67% blue color. Hex #c18edd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 36% magenta, 0% yellow and 13% black.

Hex #c18edd color code is between #bb88cc web safe hex color code and #cc99ee web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #c18edd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec18edd#c18edd
RGB Decimal193, 142, 221rgb(193, 142, 221)
RGB Percent76%, 56%, 87%rgb(76%, 56%, 87%)
CSS RGBa193, 142, 221,1rgba(193,142,221,1)
CMYK Modelcmyk(13%,36%,0%,13%)
HSL Color Space279,54% ,71%hsl(279,54% ,71%)
HSV Color Space279°, 36%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000111011011101
Octal301216335
Decimal193142221
Hexc18edd

Different shades of #c18edd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c18edd
#d6b5e9
Dark Shade of #c18edd
#ab67d1
Saturated Shade of #c18edd
#c387e4
Desaturated Shade of #c18edd
#bf95d6
Grey scale Shade of #c18edd
#b5b5b5
Brighten Shade
#daa7f6
Most Readable Shade
#000000

Shades of #c18edd color code

Generate more color scales with scales (color stack) generator.

#c18edd
#ab7ec4
#966eab
#805e93
#6b4e7a
#553f62
#402f49
#2a1f31
#150f18
#000000

Similar Color like #c18edd color

Find visually similar hex color codes nearing to #c18edd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c28fde
#c390df
#c491e0
#c592e1
#c693e2
#c794e3
#c895e4
#c996e5
#ca97e6
#cb98e7
#cc99e8
#cd9ae9
#ce9bea
#cf9ceb
#c08ddc
#bf8cdb
#be8bda
#bd8ad9
#bc89d8
#bb88d7
#ba87d6
#b986d5
#b885d4
#b784d3
#b683d2
#b582d1
#b481d0
#b380cf

Monochromatic Color with #c18edd

#c18edd
#070508
#2d2133
#523c5d
#775788
#9c73b3

Tints of #c18edd Color

#c18edd
#c79ae0
#cea7e4
#d5b3e8
#dcc0ec
#e3ccef
#ead9f3
#f1e5f7
#f8f2fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c18edd
#aadd8e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c18edd
#d2dd8e
#8edd99

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#a18edd
#b18edd
#c18edd
#d18edd
#dd8ed9

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c18edd
#ddc18e
#8eddc1

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c18edd
#dd998e
#aadd8e
#8ed1dd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c18edd
#aadd8e
#8edd99
#dd8ed2

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c18edd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c18edd Color Code Preview on Black Background Color

This is how #c18edd Color will look on black background color. Color contrast ratio is 8.18

#c18edd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c18edd">Your Example Paragraph content text in with font color #c18edd </p>

Your Example Paragraph content text in with font color #c18edd

HTML with inline CSS

<div style="color:#c18edd">Your Paragraph text in with font color #c18edd </div>

Your Example Paragraph content text in with font color #c18edd

#c18edd color code is use for CSS Background Color

Background color for the above div is #c18edd

HTML with inline CSS

<div style="background-color:#c18edd;"></div>

#c18edd color code is use for CSS Border Color

CSS Border color for the above div is #c18edd

HTML with inline CSS

<div style="border:5px solid #c18edd;"></div>

CSS Border Left color for the above div is #c18edd

HTML with inline CSS

<div style="border-left:5px solid #c18edd;"></div>

CSS Border Right color for the above div is #c18edd

HTML with inline CSS

<div style="border-right:5px solid #c18edd;"></div>

CSS Border Bottom color for the above div is #c18edd

HTML with inline CSS

<div style="border-bottom:5px solid #c18edd;"></div>

CSS Border Top color for the above div is #c18edd

HTML with inline CSS

<div style="border-top:5px solid #c18edd;"></div>

#c18edd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c18edd; } .examplecolorclass {color:#c18edd; } .examplebordercolor {border:3px solid #c18edd; }

#c18edd Color code Preview on White Background

This is how #c18edd Color code will look on white background color. Color contrast ratio is 2.57

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c18edd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c18edd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(193,142,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,221,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,142,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.