COLOR #CC82D6

HEX: #CC82D6 RGB: (204,130,214)

Color info

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

RGB color model

#CC82D6 color RGB value is (204,130,214).

RGB: (204,130,214) (80%, 51%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 130 of 255 = 51%
B 214 of 255 = 84%

204
130
214

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

Portions of RGB colors in percentages

R + G + B = 204 + 130 + 214 = 548 (100%)
R 204 of 548 ~ 37.23%
G 130 of 548 ~ 23.72%
B 214 of 548 ~ 39.05'%

%37.23
%23.72
%39.05

CMYK color model

#CC82D6 color CMYK value is (5,39,0,16).

  • cyan value is 4.67%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (5,39,0,16)
C5M39Y0K16 (5%, 39%, 0%, 16%)
(0.05 / 0.39 / 0.00 / 0.16)

CMYK percentages

%4.67
%39.25
%0
%16.08

Codes

Color #CC82D6 in popluar color models

CC 82 D6
RGB 204 130 214
HSL 293° 50.60% 67.45%
HSB/HSV 293° 39.25% 83.92%
CMYK 4.67% 39.25% 0.00%
16.08%

Color #CC82D6 in popluar number systems.

HEX CC 82 D6
Decimal 204 130 214
Binary 11001100 10000010 11010110
Octal 314 202 326

Shades and tints

Shades of #CC82D6

#CC82D6
(204,130,214)
#BA77C3
(186,119,195)
#A86CB0
(168,108,176)
#96619D
(150,97,157)
#84568A
(132,86,138)
#724B77
(114,75,119)
#604064
(96,64,100)
#4E3551
(78,53,81)
#3C2A3E
(60,42,62)
#2A1F2B
(42,31,43)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CC82D6

#CC82D6
(204,130,214)
#D08DD9
(208,141,217)
#D498DC
(212,152,220)
#D8A3DF
(216,163,223)
#DCAEE2
(220,174,226)
#E0B9E5
(224,185,229)
#E4C4E8
(228,196,232)
#E8CFEB
(232,207,235)
#ECDAEE
(236,218,238)
#F0E5F1
(240,229,241)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC82D6; }

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

This text font color is #CC82D6.

Background Color

.myBgColor { background-color: #CC82D6; }

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

This div background color is #CC82D6.

Border color

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

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

This div border color is #CC82D6.

Opacity

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

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

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

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

This text has shadow with #CC82D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC82D6.

Preview

Color preview on black background

This text has color #CC82D6 on black background.


Color preview on white background

This text has color #CC82D6 on white background.


Black color preview on #CC82D6 background

This text has black color on #CC82D6 background.


White color preview on #CC82D6 background

This text has white color on #CC82D6 background.


Related colors

Complementary color

Complementary color for #hex is #337D29.


I love getcolorcode.com

Triadic colors

1 #D6CC82 and #82D6CC with #CC82D6 are triadic colors.

2 #D682CC and #82CCD6 with #CC82D6 are triadic colors.