COLOR #CC6FDF

HEX: #CC6FDF RGB: (204,111,223)

Color info

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

RGB color model

#CC6FDF color RGB value is (204,111,223).

RGB: (204,111,223) (80%, 44%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 111 of 255 = 44%
B 223 of 255 = 87%

204
111
223

R + G + B ~ 70%. #CC6FDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 111 + 223 = 538 (100%)
R 204 of 538 ~ 37.92%
G 111 of 538 ~ 20.63%
B 223 of 538 ~ 41.45'%

%37.92
%20.63
%41.45

CMYK color model

#CC6FDF color CMYK value is (9,50,0,13).

  • cyan value is 8.52%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (9,50,0,13) C9M50Y0K13 (9%,50%,0%,13%) (0.09/0.50/0.00/0.13) 

CMYK percentages

%8.52
%50.22
%0
%12.55

Codes

Color #CC6FDF in popluar color models

CC 6F DF
RGB 204 111 223
HSL 290° 63.64% 65.49%
HSB/HSV 290° 50.22% 87.45%
CMYK 8.52% 50.22% 0.00%
12.55%

Color #CC6FDF in popluar number systems.

HEX CC 6F DF
Decimal 204 111 223
Binary 11001100 1101111 11011111
Octal 314 157 337

Shades and tints

Shades of #CC6FDF

#CC6FDF
(204,111,223)
#BA65CB
(186,101,203)
#A85BB7
(168,91,183)
#9651A3
(150,81,163)
#84478F
(132,71,143)
#723D7B
(114,61,123)
#603367
(96,51,103)
#4E2953
(78,41,83)
#3C1F3F
(60,31,63)
#2A152B
(42,21,43)
#180B17
(24,11,23)
#000000
(0,0,0)

Tints of #CC6FDF

#CC6FDF
(204,111,223)
#D07CE1
(208,124,225)
#D489E3
(212,137,227)
#D896E5
(216,150,229)
#DCA3E7
(220,163,231)
#E0B0E9
(224,176,233)
#E4BDEB
(228,189,235)
#E8CAED
(232,202,237)
#ECD7EF
(236,215,239)
#F0E4F1
(240,228,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6FDF; }

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

This text font color is #CC6FDF.

Background Color

.myBgColor { background-color: #CC6FDF; }

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

This div background color is #CC6FDF.

Border color

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

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

This div border color is #CC6FDF.

Opacity

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

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

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

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

This text has shadow with #CC6FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC6FDF.

Preview

Color preview on black background

This text has color #CC6FDF on black background.


Color preview on white background

This text has color #CC6FDF on white background.


Black color preview on #CC6FDF background

This text has black color on #CC6FDF background.


White color preview on #CC6FDF background

This text has white color on #CC6FDF background.


Related colors

Complementary color

Complementary color for #hex is #339020.


I love getcolorcode.com

Triadic colors

1 #DFCC6F and #6FDFCC with #CC6FDF are triadic colors.

2 #DF6FCC and #6FCCDF with #CC6FDF are triadic colors.