crispedge.com

Color picker

Loading...

#c990e4 hex color - Violet - Warm color - Information

#c990e4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c990e4 Color code in RGB color code model is created after adding 78.82% red color, 56.47% green color and 89.41% blue color. Hex #c990e4 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 37% magenta, 0% yellow and 11% black.

Hex #c990e4 color code is between #cc88dd web safe hex color code and #bb99ee web safe hex color code. #cc88dd is the nearest web safe color code. You can see here many more shades of #c990e4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec990e4#c990e4
RGB Decimal201, 144, 228rgb(201, 144, 228)
RGB Percent79%, 56%, 89%rgb(79%, 56%, 89%)
CSS RGBa201, 144, 228,1rgba(201,144,228,1)
CMYK Modelcmyk(12%,37%,0%,11%)
HSL Color Space281,61% ,73%hsl(281,61% ,73%)
HSV Color Space281°, 37%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011001000011100100
Octal311220344
Decimal201144228
Hexc990e4

Different shades of #c990e4 color code.

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

Light Shade of #c990e4
#ddb9ee
Dark Shade of #c990e4
#b567da
Saturated Shade of #c990e4
#cb89eb
Desaturated Shade of #c990e4
#c797dd
Grey scale Shade of #c990e4
#bababa
Brighten Shade
#e2a9fd
Most Readable Shade
#000000

Shades of #c990e4 color code

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

#c990e4
#b280ca
#9c70b1
#866098
#6f507e
#594065
#43304c
#2c2032
#161019
#000000

Similar Color like #c990e4 color

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

#ca91e5
#cb92e6
#cc93e7
#cd94e8
#ce95e9
#cf96ea
#d097eb
#d198ec
#d299ed
#d39aee
#d49bef
#d59cf0
#d69df1
#d79ef2
#c88fe3
#c78ee2
#c68de1
#c58ce0
#c48bdf
#c38ade
#c289dd
#c188dc
#c087db
#bf86da
#be85d9
#bd84d8
#bc83d7
#bb82d6

Monochromatic Color with #c990e4

#c990e4
#0e0a0f
#33253a
#593f64
#7e5a8f
#a475b9

Tints of #c990e4 Color

#c990e4
#cf9ce7
#d5a8ea
#dbb5ed
#e1c1f0
#e7cdf3
#eddaf6
#f3e6f9
#f9f2fc
#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

#c990e4
#abe490

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

Split Complementary

#c990e4
#d5e490
#90e49f

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

Analogous Color

#a790e4
#b890e4
#c990e4
#da90e4
#e490dd

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

#c990e4
#e4c990
#90e4c9

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

#c990e4
#e49f90
#abe490
#90d5e4

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

#c990e4
#abe490
#90e49f
#e490d5

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 #c990e4 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.

#c990e4 Color Code Preview on Black Background Color

This is how #c990e4 Color will look on black background color. Color contrast ratio is 8.59

#c990e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c990e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c990e4

#c990e4 color code is use for CSS Background Color

Background color for the above div is #c990e4

HTML with inline CSS

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

#c990e4 color code is use for CSS Border Color

CSS Border color for the above div is #c990e4

HTML with inline CSS

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

CSS Border Left color for the above div is #c990e4

HTML with inline CSS

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

CSS Border Right color for the above div is #c990e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c990e4

HTML with inline CSS

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

CSS Border Top color for the above div is #c990e4

HTML with inline CSS

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

#c990e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c990e4 Color code Preview on White Background

This is how #c990e4 Color code will look on white background color. Color contrast ratio is 2.44

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 #c990e4; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c990e4; }

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(201,144,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,228,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,144,228,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.