crispedge.com

Color picker

Loading...

#c990cc hex color - Violet - Warm color - Information

#c990cc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c990cc Color code in RGB color code model is created after adding 78.82% red color, 56.47% green color and 80% blue color. Hex #c990cc Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 29% magenta, 0% yellow and 20% black.

Hex #c990cc color code is between #cc88bb web safe hex color code and #bb99dd web safe hex color code. #cc88bb is the nearest web safe color code. You can see here many more shades of #c990cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec990cc#c990cc
RGB Decimal201, 144, 204rgb(201, 144, 204)
RGB Percent79%, 56%, 80%rgb(79%, 56%, 80%)
CSS RGBa201, 144, 204,1rgba(201,144,204,1)
CMYK Modelcmyk(1%,29%,0%,20%)
HSL Color Space297,37% ,68%hsl(297,37% ,68%)
HSV Color Space297°, 29%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011001000011001100
Octal311220314
Decimal201144204
Hexc990cc

Different shades of #c990cc color code.

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

Light Shade of #c990cc
#dab3dc
Dark Shade of #c990cc
#b86dbc
Saturated Shade of #c990cc
#d088d4
Desaturated Shade of #c990cc
#c298c4
Grey scale Shade of #c990cc
#aeaeae
Brighten Shade
#e2a9e5
Most Readable Shade
#000000

Shades of #c990cc color code

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

#c990cc
#b280b5
#9c709e
#866088
#6f5071
#59405a
#433044
#2c202d
#161016
#000000

Similar Color like #c990cc color

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

#ca91cd
#cb92ce
#cc93cf
#cd94d0
#ce95d1
#cf96d2
#d097d3
#d198d4
#d299d5
#d39ad6
#d49bd7
#d59cd8
#d69dd9
#d79eda
#c88fcb
#c78eca
#c68dc9
#c58cc8
#c48bc7
#c38ac6
#c289c5
#c188c4
#c087c3
#bf86c2
#be85c1
#bd84c0
#bc83bf
#bb82be

Monochromatic Color with #c990cc

#c990cc
#f3aef6
#211822
#4b364c
#755477
#9f72a1

Tints of #c990cc Color

#c990cc
#cf9cd1
#d5a8d7
#dbb5dd
#e1c1e2
#e7cde8
#eddaee
#f3e6f3
#f9f2f9
#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

#c990cc
#93cc90

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

Split Complementary

#c990cc
#b1cc90
#90ccab

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

Analogous Color

#b190cc
#bd90cc
#c990cc
#cc90c3
#cc90b7

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

#c990cc
#ccc990
#90ccc9

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

#c990cc
#ccab90
#93cc90
#90b1cc

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

#c990cc
#93cc90
#90ccab
#cc90b1

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

#c990cc Color Code Preview on Black Background Color

This is how #c990cc Color will look on black background color. Color contrast ratio is 8.34

#c990cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c990cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c990cc

#c990cc color code is use for CSS Background Color

Background color for the above div is #c990cc

HTML with inline CSS

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

#c990cc color code is use for CSS Border Color

CSS Border color for the above div is #c990cc

HTML with inline CSS

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

CSS Border Left color for the above div is #c990cc

HTML with inline CSS

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

CSS Border Right color for the above div is #c990cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c990cc

HTML with inline CSS

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

CSS Border Top color for the above div is #c990cc

HTML with inline CSS

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

#c990cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c990cc Color code Preview on White Background

This is how #c990cc Color code will look on white background color. Color contrast ratio is 2.52

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

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