COLOR #CF6DCC

HEX: #CF6DCC
RGB: (207,109,204)

Color info

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

RGB color model

#CF6DCC color RGB value is (207,109,204).

  • red value is 207;
  • green value is 109;
  • blue value is 204.
RGB:
(207,109,204)
(81%,43%,80%)

RGB channels and saturation

R 207 of 255 = 81%
G 109 of 255 = 43%
B 204 of 255 = 80%

207
109
204

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

Portions of RGB colors in percentages

R + G + B =
207 + 109 + 204 = 520 (100%)
R 207 of 520 ~ 39.81%
G 109 of 520 ~ 20.96%
B 204 of 520 ~ 39.23%

%39.81
%20.96
%39.23

CMYK color model

#CF6DCC color CMYK value is (0,47,1,19).

  • cyan value is 0.00%
  • magenta value is 47.34%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(0,47,1,19)
C0M47Y1K19 
(0%,47%,1%,19%)
(0.00/0.47/0.01/0.19)	

CMYK percentages

%0
%47.34
%1.45
%18.82

Codes

Color #CF6DCC in popluar color models

CF6DCC
RGB207109204
HSL302°50.52%61.96%
HSB/HSV302°47.34%81.18%
CMYK0.00%47.34%1.45%
18.82%

Color #CF6DCC in popluar number systems.

HEXCF6DCC
Decimal207109204
Binary11001111110110111001100
Octal317155314

Shades and tints

Shades of #CF6DCC

#CF6DCC
(207,109,204)
#BD64BA
(189,100,186)
#AB5BA8
(171,91,168)
#995296
(153,82,150)
#874984
(135,73,132)
#754072
(117,64,114)
#633760
(99,55,96)
#512E4E
(81,46,78)
#3F253C
(63,37,60)
#2D1C2A
(45,28,42)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #CF6DCC

#CF6DCC
(207,109,204)
#D37AD0
(211,122,208)
#D787D4
(215,135,212)
#DB94D8
(219,148,216)
#DFA1DC
(223,161,220)
#E3AEE0
(227,174,224)
#E7BBE4
(231,187,228)
#EBC8E8
(235,200,232)
#EFD5EC
(239,213,236)
#F3E2F0
(243,226,240)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6DCC color. Also use rgb(207,109,204) instead hex code.

Text Font Color

.myTextColor { color: #CF6DCC; }

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

This text font color is #CF6DCC.


Background Color

.myBgColor { background-color: #CF6DCC; }

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

This div background color is #CF6DCC.


Border color

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

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

This div border color is #CF6DCC.


Opacity

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

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

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

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

This text has shadow with #CF6DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6DCC on black background.


Color preview on white background

This text has color #CF6DCC on white background.



Black color preview on #CF6DCC background

This text has black color on #CF6DCC background.


White color preview on #CF6DCC background

This text has white color on #CF6DCC background.