COLOR #CC81D9

HEX: #CC81D9
RGB: (204,129,217)

Color info

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

RGB color model

#CC81D9 color RGB value is (204,129,217).

  • red value is 204;
  • green value is 129;
  • blue value is 217.
RGB:
(204,129,217)
(80%,51%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 129 of 255 = 51%
B 217 of 255 = 85%

204
129
217

R + G + B ~ 72%. #CC81D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 129 + 217 = 550 (100%)
R 204 of 550 ~ 37.09%
G 129 of 550 ~ 23.45%
B 217 of 550 ~ 39.45%

%37.09
%23.45
%39.45

CMYK color model

#CC81D9 color CMYK value is (6,41,0,15).

  • cyan value is 5.99%
  • magenta value is 40.55%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,41,0,15)
C6M41Y0K15 
(6%,41%,0%,15%)
(0.06/0.41/0.00/0.15)	

CMYK percentages

%5.99
%40.55
%0
%14.9

Codes

Color #CC81D9 in popluar color models

CC81D9
RGB204129217
HSL291°53.66%67.84%
HSB/HSV291°40.55%85.10%
CMYK5.99%40.55%0.00%
14.90%

Color #CC81D9 in popluar number systems.

HEXCC81D9
Decimal204129217
Binary110011001000000111011001
Octal314201331

Shades and tints

Shades of #CC81D9

#CC81D9
(204,129,217)
#BA76C6
(186,118,198)
#A86BB3
(168,107,179)
#9660A0
(150,96,160)
#84558D
(132,85,141)
#724A7A
(114,74,122)
#603F67
(96,63,103)
#4E3454
(78,52,84)
#3C2941
(60,41,65)
#2A1E2E
(42,30,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #CC81D9

#CC81D9
(204,129,217)
#D08CDC
(208,140,220)
#D497DF
(212,151,223)
#D8A2E2
(216,162,226)
#DCADE5
(220,173,229)
#E0B8E8
(224,184,232)
#E4C3EB
(228,195,235)
#E8CEEE
(232,206,238)
#ECD9F1
(236,217,241)
#F0E4F4
(240,228,244)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC81D9 color. Also use rgb(204,129,217) instead hex code.

Text Font Color

.myTextColor { color: #CC81D9; }

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

This text font color is #CC81D9.


Background Color

.myBgColor { background-color: #CC81D9; }

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

This div background color is #CC81D9.


Border color

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

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

This div border color is #CC81D9.


Opacity

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

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

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

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

This text has shadow with #CC81D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC81D9 on black background.


Color preview on white background

This text has color #CC81D9 on white background.



Black color preview on #CC81D9 background

This text has black color on #CC81D9 background.


White color preview on #CC81D9 background

This text has white color on #CC81D9 background.