COLOR #CC8CE5

HEX: #CC8CE5 RGB: (204,140,229)

Color info

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

RGB color model

#CC8CE5 color RGB value is (204,140,229).

RGB: (204,140,229) (80%, 55%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 229 of 255 = 90%

204
140
229

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

Portions of RGB colors in percentages

R + G + B = 204 + 140 + 229 = 573 (100%)
R 204 of 573 ~ 35.6%
G 140 of 573 ~ 24.43%
B 229 of 573 ~ 39.97'%

%35.6
%24.43
%39.97

CMYK color model

#CC8CE5 color CMYK value is (11,39,0,10).

  • cyan value is 10.92%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (11,39,0,10)
C11M39Y0K10 (11%, 39%, 0%, 10%)
(0.11 / 0.39 / 0.00 / 0.10)

CMYK percentages

%10.92
%38.86
%0
%10.2

Codes

Color #CC8CE5 in popluar color models

CC 8C E5
RGB 204 140 229
HSL 283° 63.12% 72.35%
HSB/HSV 283° 38.86% 89.80%
CMYK 10.92% 38.86% 0.00%
10.20%

Color #CC8CE5 in popluar number systems.

HEX CC 8C E5
Decimal 204 140 229
Binary 11001100 10001100 11100101
Octal 314 214 345

Shades and tints

Shades of #CC8CE5

#CC8CE5
(204,140,229)
#BA80D1
(186,128,209)
#A874BD
(168,116,189)
#9668A9
(150,104,169)
#845C95
(132,92,149)
#725081
(114,80,129)
#60446D
(96,68,109)
#4E3859
(78,56,89)
#3C2C45
(60,44,69)
#2A2031
(42,32,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #CC8CE5

#CC8CE5
(204,140,229)
#D096E7
(208,150,231)
#D4A0E9
(212,160,233)
#D8AAEB
(216,170,235)
#DCB4ED
(220,180,237)
#E0BEEF
(224,190,239)
#E4C8F1
(228,200,241)
#E8D2F3
(232,210,243)
#ECDCF5
(236,220,245)
#F0E6F7
(240,230,247)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8CE5; }

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

This text font color is #CC8CE5.

Background Color

.myBgColor { background-color: #CC8CE5; }

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

This div background color is #CC8CE5.

Border color

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

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

This div border color is #CC8CE5.

Opacity

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

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

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

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

This text has shadow with #CC8CE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8CE5.

Preview

Color preview on black background

This text has color #CC8CE5 on black background.


Color preview on white background

This text has color #CC8CE5 on white background.


Black color preview on #CC8CE5 background

This text has black color on #CC8CE5 background.


White color preview on #CC8CE5 background

This text has white color on #CC8CE5 background.


Related colors

Complementary color

Complementary color for #hex is #33731A.


I love getcolorcode.com

Triadic colors

1 #E5CC8C and #8CE5CC with #CC8CE5 are triadic colors.

2 #E58CCC and #8CCCE5 with #CC8CE5 are triadic colors.