COLOR #CC87D1

HEX: #CC87D1 RGB: (204,135,209)

Color info

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

RGB color model

#CC87D1 color RGB value is (204,135,209).

RGB: (204,135,209) (80%, 53%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 209 of 255 = 82%

204
135
209

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

Portions of RGB colors in percentages

R + G + B = 204 + 135 + 209 = 548 (100%)
R 204 of 548 ~ 37.23%
G 135 of 548 ~ 24.64%
B 209 of 548 ~ 38.14'%

%37.23
%24.64
%38.14

CMYK color model

#CC87D1 color CMYK value is (2,35,0,18).

  • cyan value is 2.39%
  • magenta value is 35.41%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (2,35,0,18)
C2M35Y0K18 (2%, 35%, 0%, 18%)
(0.02 / 0.35 / 0.00 / 0.18)

CMYK percentages

%2.39
%35.41
%0
%18.04

Codes

Color #CC87D1 in popluar color models

CC 87 D1
RGB 204 135 209
HSL 296° 44.58% 67.45%
HSB/HSV 296° 35.41% 81.96%
CMYK 2.39% 35.41% 0.00%
18.04%

Color #CC87D1 in popluar number systems.

HEX CC 87 D1
Decimal 204 135 209
Binary 11001100 10000111 11010001
Octal 314 207 321

Shades and tints

Shades of #CC87D1

#CC87D1
(204,135,209)
#BA7BBE
(186,123,190)
#A86FAB
(168,111,171)
#966398
(150,99,152)
#845785
(132,87,133)
#724B72
(114,75,114)
#603F5F
(96,63,95)
#4E334C
(78,51,76)
#3C2739
(60,39,57)
#2A1B26
(42,27,38)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #CC87D1

#CC87D1
(204,135,209)
#D091D5
(208,145,213)
#D49BD9
(212,155,217)
#D8A5DD
(216,165,221)
#DCAFE1
(220,175,225)
#E0B9E5
(224,185,229)
#E4C3E9
(228,195,233)
#E8CDED
(232,205,237)
#ECD7F1
(236,215,241)
#F0E1F5
(240,225,245)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC87D1 color. Also use rgb(204,135,209) instead hex code.

Text Font Color

.myTextColor { color: #CC87D1; }

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

This text font color is #CC87D1.

Background Color

.myBgColor { background-color: #CC87D1; }

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

This div background color is #CC87D1.

Border color

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

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

This div border color is #CC87D1.

Opacity

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

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

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

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

This text has shadow with #CC87D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC87D1.

Preview

Color preview on black background

This text has color #CC87D1 on black background.


Color preview on white background

This text has color #CC87D1 on white background.


Black color preview on #CC87D1 background

This text has black color on #CC87D1 background.


White color preview on #CC87D1 background

This text has white color on #CC87D1 background.


Related colors

Complementary color

Complementary color for #hex is #33782E.


I love getcolorcode.com

Triadic colors

1 #D1CC87 and #87D1CC with #CC87D1 are triadic colors.

2 #D187CC and #87CCD1 with #CC87D1 are triadic colors.