COLOR #C990E6

HEX: #C990E6 RGB: (201,144,230)

Color info

#C990E6 contains mainly red and blue colors. Web safe color of #C990E6 is #CC99CC (or #C9C).

RGB color model

#C990E6 color RGB value is (201,144,230).

RGB: (201,144,230) (79%, 56%, 90%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 230 of 255 = 90%

201
144
230

R + G + B ~ 75%. #C990E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 144 + 230 = 575 (100%)
R 201 of 575 ~ 34.96%
G 144 of 575 ~ 25.04%
B 230 of 575 ~ 40'%

%34.96
%25.04
%40

CMYK color model

#C990E6 color CMYK value is (13,37,0,10).

  • cyan value is 12.61%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (13,37,0,10)
C13M37Y0K10 (13%, 37%, 0%, 10%)
(0.13 / 0.37 / 0.00 / 0.10)

CMYK percentages

%12.61
%37.39
%0
%9.8

Codes

Color #C990E6 in popluar color models

C9 90 E6
RGB 201 144 230
HSL 280° 63.24% 73.33%
HSB/HSV 280° 37.39% 90.20%
CMYK 12.61% 37.39% 0.00%
9.80%

Color #C990E6 in popluar number systems.

HEX C9 90 E6
Decimal 201 144 230
Binary 11001001 10010000 11100110
Octal 311 220 346

Shades and tints

Shades of #C990E6

#C990E6
(201,144,230)
#B783D2
(183,131,210)
#A576BE
(165,118,190)
#9369AA
(147,105,170)
#815C96
(129,92,150)
#6F4F82
(111,79,130)
#5D426E
(93,66,110)
#4B355A
(75,53,90)
#392846
(57,40,70)
#271B32
(39,27,50)
#150E1E
(21,14,30)
#000000
(0,0,0)

Tints of #C990E6

#C990E6
(201,144,230)
#CD9AE8
(205,154,232)
#D1A4EA
(209,164,234)
#D5AEEC
(213,174,236)
#D9B8EE
(217,184,238)
#DDC2F0
(221,194,240)
#E1CCF2
(225,204,242)
#E5D6F4
(229,214,244)
#E9E0F6
(233,224,246)
#EDEAF8
(237,234,248)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C990E6 color. Also use rgb(201,144,230) instead hex code.

Text Font Color

.myTextColor { color: #C990E6; }

<p style="color:#C990E6">This sample text font color is #C990E6.</p>

This text font color is #C990E6.

Background Color

.myBgColor { background-color: #C990E6; }

<div style="background-color:#C990E6">Inner text</div>

This div background color is #C990E6.

Border color

.myBorderColor { border: 1px solid #C990E6; }

<div style="border:3px solid #C990E6">Div</div>

This div border color is #C990E6.

Opacity

.myOpacity80 { color: #C990E6; opacity: 0.8; }

<p style="color:#C990E6;opacity:0.8;">80%</p>

Text with #C990E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C990E6;}

<p style="text-shadow: 3px 3px 1px #C990E6">Text here.</p>

This text has shadow with #C990E6 color.


.textShadow {text-shadow: 3px 3px 1px #C990E6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C990E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C990E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C990E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C990E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C990E6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C990E6;
-webkit-box-shadow: 1px 1px 3px 2px #C990E6;
box-shadow: 1px 1px 3px 2px #C990E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C990E6; -webkit-box-shadow: 1px 1px 3px 2px #C990E6; box-shadow:1px 1px 3px 2px #C990E6;">
Div content here
</div>

This div box has shadow with color #C990E6.

Preview

Color preview on black background

This text has color #C990E6 on black background.


Color preview on white background

This text has color #C990E6 on white background.


Black color preview on #C990E6 background

This text has black color on #C990E6 background.


White color preview on #C990E6 background

This text has white color on #C990E6 background.


Related colors

Complementary color

Complementary color for #hex is #366F19.


I love getcolorcode.com

Triadic colors

1 #E6C990 and #90E6C9 with #C990E6 are triadic colors.

2 #E690C9 and #90C9E6 with #C990E6 are triadic colors.