COLOR #CC87EC

HEX: #CC87EC RGB: (204,135,236)

Color info

#CC87EC contains mainly red and blue colors. Web safe color of #CC87EC is #CC99FF (or #C9F).

RGB color model

#CC87EC color RGB value is (204,135,236).

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

RGB channels and saturation

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

204
135
236

R + G + B ~ 75%. #CC87EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 135 + 236 = 575 (100%)
R 204 of 575 ~ 35.48%
G 135 of 575 ~ 23.48%
B 236 of 575 ~ 41.04'%

%35.48
%23.48
%41.04

CMYK color model

#CC87EC color CMYK value is (14,43,0,7).

  • cyan value is 13.56%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (14,43,0,7)
C14M43Y0K7 (14%, 43%, 0%, 7%)
(0.14 / 0.43 / 0.00 / 0.07)

CMYK percentages

%13.56
%42.8
%0
%7.45

Codes

Color #CC87EC in popluar color models

CC 87 EC
RGB 204 135 236
HSL 281° 72.66% 72.75%
HSB/HSV 281° 42.80% 92.55%
CMYK 13.56% 42.80% 0.00%
7.45%

Color #CC87EC in popluar number systems.

HEX CC 87 EC
Decimal 204 135 236
Binary 11001100 10000111 11101100
Octal 314 207 354

Shades and tints

Shades of #CC87EC

#CC87EC
(204,135,236)
#BA7BD7
(186,123,215)
#A86FC2
(168,111,194)
#9663AD
(150,99,173)
#845798
(132,87,152)
#724B83
(114,75,131)
#603F6E
(96,63,110)
#4E3359
(78,51,89)
#3C2744
(60,39,68)
#2A1B2F
(42,27,47)
#180F1A
(24,15,26)
#000000
(0,0,0)

Tints of #CC87EC

#CC87EC
(204,135,236)
#D091ED
(208,145,237)
#D49BEE
(212,155,238)
#D8A5EF
(216,165,239)
#DCAFF0
(220,175,240)
#E0B9F1
(224,185,241)
#E4C3F2
(228,195,242)
#E8CDF3
(232,205,243)
#ECD7F4
(236,215,244)
#F0E1F5
(240,225,245)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC87EC; }

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

This text font color is #CC87EC.

Background Color

.myBgColor { background-color: #CC87EC; }

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

This div background color is #CC87EC.

Border color

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

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

This div border color is #CC87EC.

Opacity

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

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

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

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

This text has shadow with #CC87EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC87EC.

Preview

Color preview on black background

This text has color #CC87EC on black background.


Color preview on white background

This text has color #CC87EC on white background.


Black color preview on #CC87EC background

This text has black color on #CC87EC background.


White color preview on #CC87EC background

This text has white color on #CC87EC background.


Related colors

Complementary color

Complementary color for #hex is #337813.


I love getcolorcode.com

Triadic colors

1 #ECCC87 and #87ECCC with #CC87EC are triadic colors.

2 #EC87CC and #87CCEC with #CC87EC are triadic colors.