COLOR #CC96E5

HEX: #CC96E5 RGB: (204,150,229)

Color info

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

RGB color model

#CC96E5 color RGB value is (204,150,229).

RGB: (204,150,229) (80%, 59%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 229 of 255 = 90%

204
150
229

R + G + B ~ 76%. #CC96E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 229 = 583 (100%)
R 204 of 583 ~ 34.99%
G 150 of 583 ~ 25.73%
B 229 of 583 ~ 39.28'%

%34.99
%25.73
%39.28

CMYK color model

#CC96E5 color CMYK value is (11,34,0,10).

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

CMYK: (11,34,0,10)
C11M34Y0K10 (11%, 34%, 0%, 10%)
(0.11 / 0.34 / 0.00 / 0.10)

CMYK percentages

%10.92
%34.5
%0
%10.2

Codes

Color #CC96E5 in popluar color models

CC 96 E5
RGB 204 150 229
HSL 281° 60.31% 74.31%
HSB/HSV 281° 34.50% 89.80%
CMYK 10.92% 34.50% 0.00%
10.20%

Color #CC96E5 in popluar number systems.

HEX CC 96 E5
Decimal 204 150 229
Binary 11001100 10010110 11100101
Octal 314 226 345

Shades and tints

Shades of #CC96E5

#CC96E5
(204,150,229)
#BA89D1
(186,137,209)
#A87CBD
(168,124,189)
#966FA9
(150,111,169)
#846295
(132,98,149)
#725581
(114,85,129)
#60486D
(96,72,109)
#4E3B59
(78,59,89)
#3C2E45
(60,46,69)
#2A2131
(42,33,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #CC96E5

#CC96E5
(204,150,229)
#D09FE7
(208,159,231)
#D4A8E9
(212,168,233)
#D8B1EB
(216,177,235)
#DCBAED
(220,186,237)
#E0C3EF
(224,195,239)
#E4CCF1
(228,204,241)
#E8D5F3
(232,213,243)
#ECDEF5
(236,222,245)
#F0E7F7
(240,231,247)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96E5; }

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

This text font color is #CC96E5.

Background Color

.myBgColor { background-color: #CC96E5; }

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

This div background color is #CC96E5.

Border color

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

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

This div border color is #CC96E5.

Opacity

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

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

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

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

This text has shadow with #CC96E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96E5.

Preview

Color preview on black background

This text has color #CC96E5 on black background.


Color preview on white background

This text has color #CC96E5 on white background.


Black color preview on #CC96E5 background

This text has black color on #CC96E5 background.


White color preview on #CC96E5 background

This text has white color on #CC96E5 background.


Related colors

Complementary color

Complementary color for #hex is #33691A.


I love getcolorcode.com

Triadic colors

1 #E5CC96 and #96E5CC with #CC96E5 are triadic colors.

2 #E596CC and #96CCE5 with #CC96E5 are triadic colors.