COLOR #CC66D3

HEX: #CC66D3 RGB: (204,102,211)

Color info

#CC66D3 contains mainly red and blue colors. Web safe color of #CC66D3 is #CC66CC (or #C6C).

RGB color model

#CC66D3 color RGB value is (204,102,211).

RGB: (204,102,211) (80%, 40%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 102 of 255 = 40%
B 211 of 255 = 83%

204
102
211

R + G + B ~ 68%. #CC66D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 102 + 211 = 517 (100%)
R 204 of 517 ~ 39.46%
G 102 of 517 ~ 19.73%
B 211 of 517 ~ 40.81'%

%39.46
%19.73
%40.81

CMYK color model

#CC66D3 color CMYK value is (3,52,0,17).

  • cyan value is 3.32%
  • magenta value is 51.66%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (3,52,0,17)
C3M52Y0K17 (3%, 52%, 0%, 17%)
(0.03 / 0.52 / 0.00 / 0.17)

CMYK percentages

%3.32
%51.66
%0
%17.25

Codes

Color #CC66D3 in popluar color models

CC 66 D3
RGB 204 102 211
HSL 296° 55.33% 61.37%
HSB/HSV 296° 51.66% 82.75%
CMYK 3.32% 51.66% 0.00%
17.25%

Color #CC66D3 in popluar number systems.

HEX CC 66 D3
Decimal 204 102 211
Binary 11001100 1100110 11010011
Octal 314 146 323

Shades and tints

Shades of #CC66D3

#CC66D3
(204,102,211)
#BA5DC0
(186,93,192)
#A854AD
(168,84,173)
#964B9A
(150,75,154)
#844287
(132,66,135)
#723974
(114,57,116)
#603061
(96,48,97)
#4E274E
(78,39,78)
#3C1E3B
(60,30,59)
#2A1528
(42,21,40)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #CC66D3

#CC66D3
(204,102,211)
#D073D7
(208,115,215)
#D480DB
(212,128,219)
#D88DDF
(216,141,223)
#DC9AE3
(220,154,227)
#E0A7E7
(224,167,231)
#E4B4EB
(228,180,235)
#E8C1EF
(232,193,239)
#ECCEF3
(236,206,243)
#F0DBF7
(240,219,247)
#F4E8FB
(244,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC66D3; }

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

This text font color is #CC66D3.

Background Color

.myBgColor { background-color: #CC66D3; }

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

This div background color is #CC66D3.

Border color

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

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

This div border color is #CC66D3.

Opacity

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

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

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

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

This text has shadow with #CC66D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC66D3.

Preview

Color preview on black background

This text has color #CC66D3 on black background.


Color preview on white background

This text has color #CC66D3 on white background.


Black color preview on #CC66D3 background

This text has black color on #CC66D3 background.


White color preview on #CC66D3 background

This text has white color on #CC66D3 background.


Related colors

Complementary color

Complementary color for #hex is #33992C.


I love getcolorcode.com

Triadic colors

1 #D3CC66 and #66D3CC with #CC66D3 are triadic colors.

2 #D366CC and #66CCD3 with #CC66D3 are triadic colors.