COLOR #CC81DD

HEX: #CC81DD
RGB: (204,129,221)

Color info

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

RGB color model

#CC81DD color RGB value is (204,129,221).

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

RGB channels and saturation

R 204 of 255 = 80%
G 129 of 255 = 51%
B 221 of 255 = 87%

204
129
221

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

Portions of RGB colors in percentages

R + G + B =
204 + 129 + 221 = 554 (100%)
R 204 of 554 ~ 36.82%
G 129 of 554 ~ 23.29%
B 221 of 554 ~ 39.89%

%36.82
%23.29
%39.89

CMYK color model

#CC81DD color CMYK value is (8,42,0,13).

  • cyan value is 7.69%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(8,42,0,13)
C8M42Y0K13 
(8%,42%,0%,13%)
(0.08/0.42/0.00/0.13)	

CMYK percentages

%7.69
%41.63
%0
%13.33

Codes

Color #CC81DD in popluar color models

CC81DD
RGB204129221
HSL289°57.50%68.63%
HSB/HSV289°41.63%86.67%
CMYK7.69%41.63%0.00%
13.33%

Color #CC81DD in popluar number systems.

HEXCC81DD
Decimal204129221
Binary110011001000000111011101
Octal314201335

Shades and tints

Shades of #CC81DD

#CC81DD
(204,129,221)
#BA76C9
(186,118,201)
#A86BB5
(168,107,181)
#9660A1
(150,96,161)
#84558D
(132,85,141)
#724A79
(114,74,121)
#603F65
(96,63,101)
#4E3451
(78,52,81)
#3C293D
(60,41,61)
#2A1E29
(42,30,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CC81DD

#CC81DD
(204,129,221)
#D08CE0
(208,140,224)
#D497E3
(212,151,227)
#D8A2E6
(216,162,230)
#DCADE9
(220,173,233)
#E0B8EC
(224,184,236)
#E4C3EF
(228,195,239)
#E8CEF2
(232,206,242)
#ECD9F5
(236,217,245)
#F0E4F8
(240,228,248)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC81DD; }

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

This text font color is #CC81DD.


Background Color

.myBgColor { background-color: #CC81DD; }

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

This div background color is #CC81DD.


Border color

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

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

This div border color is #CC81DD.


Opacity

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

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

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

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

This text has shadow with #CC81DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC81DD on black background.


Color preview on white background

This text has color #CC81DD on white background.



Black color preview on #CC81DD background

This text has black color on #CC81DD background.


White color preview on #CC81DD background

This text has white color on #CC81DD background.