COLOR #C990D3

HEX: #C990D3
RGB: (201,144,211)

Color info

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

RGB color model

#C990D3 color RGB value is (201,144,211).

  • red value is 201;
  • green value is 144;
  • blue value is 211.
RGB:
(201,144,211)
(79%,56%,83%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 211 of 255 = 83%

201
144
211

R + G + B ~ 73%. #C990D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 144 + 211 = 556 (100%)
R 201 of 556 ~ 36.15%
G 144 of 556 ~ 25.9%
B 211 of 556 ~ 37.95%

%36.15
%25.9
%37.95

CMYK color model

#C990D3 color CMYK value is (5,32,0,17).

  • cyan value is 4.74%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(5,32,0,17)
C5M32Y0K17 
(5%,32%,0%,17%)
(0.05/0.32/0.00/0.17)	

CMYK percentages

%4.74
%31.75
%0
%17.25

Codes

Color #C990D3 in popluar color models

C990D3
RGB201144211
HSL291°43.23%69.61%
HSB/HSV291°31.75%82.75%
CMYK4.74%31.75%0.00%
17.25%

Color #C990D3 in popluar number systems.

HEXC990D3
Decimal201144211
Binary110010011001000011010011
Octal311220323

Shades and tints

Shades of #C990D3

#C990D3
(201,144,211)
#B783C0
(183,131,192)
#A576AD
(165,118,173)
#93699A
(147,105,154)
#815C87
(129,92,135)
#6F4F74
(111,79,116)
#5D4261
(93,66,97)
#4B354E
(75,53,78)
#39283B
(57,40,59)
#271B28
(39,27,40)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #C990D3

#C990D3
(201,144,211)
#CD9AD7
(205,154,215)
#D1A4DB
(209,164,219)
#D5AEDF
(213,174,223)
#D9B8E3
(217,184,227)
#DDC2E7
(221,194,231)
#E1CCEB
(225,204,235)
#E5D6EF
(229,214,239)
#E9E0F3
(233,224,243)
#EDEAF7
(237,234,247)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C990D3; }

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

This text font color is #C990D3.


Background Color

.myBgColor { background-color: #C990D3; }

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

This div background color is #C990D3.


Border color

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

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

This div border color is #C990D3.


Opacity

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

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

Text with #C990D3 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 #C990D3;}

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

This text has shadow with #C990D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C990D3 on black background.


Color preview on white background

This text has color #C990D3 on white background.



Black color preview on #C990D3 background

This text has black color on #C990D3 background.


White color preview on #C990D3 background

This text has white color on #C990D3 background.