COLOR #CC87CC

HEX: #CC87CC RGB: (204,135,204)

Color info

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

RGB color model

#CC87CC color RGB value is (204,135,204).

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

RGB channels and saturation

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

204
135
204

R + G + B ~ 71%. #CC87CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 135 + 204 = 543 (100%)
R 204 of 543 ~ 37.57%
G 135 of 543 ~ 24.86%
B 204 of 543 ~ 37.57'%

%37.57
%24.86
%37.57

CMYK color model

#CC87CC color CMYK value is (0,34,0,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,34,0,20)
C0M34Y0K20 (0%, 34%, 0%, 20%)
(0.00 / 0.34 / 0.00 / 0.20)

CMYK percentages

%0
%33.82
%0
%20

Codes

Color #CC87CC in popluar color models

CC 87 CC
RGB 204 135 204
HSL 300° 40.35% 66.47%
HSB/HSV 300° 33.82% 80.00%
CMYK 0.00% 33.82% 0.00%
20.00%

Color #CC87CC in popluar number systems.

HEX CC 87 CC
Decimal 204 135 204
Binary 11001100 10000111 11001100
Octal 314 207 314

Shades and tints

Shades of #CC87CC

#CC87CC
(204,135,204)
#BA7BBA
(186,123,186)
#A86FA8
(168,111,168)
#966396
(150,99,150)
#845784
(132,87,132)
#724B72
(114,75,114)
#603F60
(96,63,96)
#4E334E
(78,51,78)
#3C273C
(60,39,60)
#2A1B2A
(42,27,42)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #CC87CC

#CC87CC
(204,135,204)
#D091D0
(208,145,208)
#D49BD4
(212,155,212)
#D8A5D8
(216,165,216)
#DCAFDC
(220,175,220)
#E0B9E0
(224,185,224)
#E4C3E4
(228,195,228)
#E8CDE8
(232,205,232)
#ECD7EC
(236,215,236)
#F0E1F0
(240,225,240)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC87CC; }

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

This text font color is #CC87CC.

Background Color

.myBgColor { background-color: #CC87CC; }

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

This div background color is #CC87CC.

Border color

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

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

This div border color is #CC87CC.

Opacity

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

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

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

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

This text has shadow with #CC87CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC87CC.

Preview

Color preview on black background

This text has color #CC87CC on black background.


Color preview on white background

This text has color #CC87CC on white background.


Black color preview on #CC87CC background

This text has black color on #CC87CC background.


White color preview on #CC87CC background

This text has white color on #CC87CC background.


Related colors

Complementary color

Complementary color for #hex is #337833.


I love getcolorcode.com

Triadic colors

1 #CCCC87 and #87CCCC with #CC87CC are triadic colors.

2 #CC87CC and #87CCCC with #CC87CC are triadic colors.