COLOR #CC82D9

HEX: #CC82D9
RGB: (204,130,217)

Color info

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

RGB color model

#CC82D9 color RGB value is (204,130,217).

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

RGB channels and saturation

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

204
130
217

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

Portions of RGB colors in percentages

R + G + B =
204 + 130 + 217 = 551 (100%)
R 204 of 551 ~ 37.02%
G 130 of 551 ~ 23.59%
B 217 of 551 ~ 39.38%

%37.02
%23.59
%39.38

CMYK color model

#CC82D9 color CMYK value is (6,40,0,15).

  • cyan value is 5.99%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,40,0,15)
C6M40Y0K15 
(6%,40%,0%,15%)
(0.06/0.40/0.00/0.15)	

CMYK percentages

%5.99
%40.09
%0
%14.9

Codes

Color #CC82D9 in popluar color models

CC82D9
RGB204130217
HSL291°53.37%68.04%
HSB/HSV291°40.09%85.10%
CMYK5.99%40.09%0.00%
14.90%

Color #CC82D9 in popluar number systems.

HEXCC82D9
Decimal204130217
Binary110011001000001011011001
Octal314202331

Shades and tints

Shades of #CC82D9

#CC82D9
(204,130,217)
#BA77C6
(186,119,198)
#A86CB3
(168,108,179)
#9661A0
(150,97,160)
#84568D
(132,86,141)
#724B7A
(114,75,122)
#604067
(96,64,103)
#4E3554
(78,53,84)
#3C2A41
(60,42,65)
#2A1F2E
(42,31,46)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CC82D9

#CC82D9
(204,130,217)
#D08DDC
(208,141,220)
#D498DF
(212,152,223)
#D8A3E2
(216,163,226)
#DCAEE5
(220,174,229)
#E0B9E8
(224,185,232)
#E4C4EB
(228,196,235)
#E8CFEE
(232,207,238)
#ECDAF1
(236,218,241)
#F0E5F4
(240,229,244)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC82D9; }

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

This text font color is #CC82D9.


Background Color

.myBgColor { background-color: #CC82D9; }

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

This div background color is #CC82D9.


Border color

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

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

This div border color is #CC82D9.


Opacity

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

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

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

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

This text has shadow with #CC82D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC82D9 on black background.


Color preview on white background

This text has color #CC82D9 on white background.



Black color preview on #CC82D9 background

This text has black color on #CC82D9 background.


White color preview on #CC82D9 background

This text has white color on #CC82D9 background.