COLOR #CF5DC7

HEX: #CF5DC7
RGB: (207,93,199)

Color info

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

RGB color model

#CF5DC7 color RGB value is (207,93,199).

  • red value is 207;
  • green value is 93;
  • blue value is 199.
RGB:
(207,93,199)
(81%,36%,78%)

RGB channels and saturation

R 207 of 255 = 81%
G 93 of 255 = 36%
B 199 of 255 = 78%

207
93
199

R + G + B ~ 65%. #CF5DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 93 + 199 = 499 (100%)
R 207 of 499 ~ 41.48%
G 93 of 499 ~ 18.64%
B 199 of 499 ~ 39.88%

%41.48
%18.64
%39.88

CMYK color model

#CF5DC7 color CMYK value is (0,55,4,19).

  • cyan value is 0.00%
  • magenta value is 55.07%
  • yellow value is 3.86%
  • key color value is 18.82%
CMYK:
(0,55,4,19)
C0M55Y4K19 
(0%,55%,4%,19%)
(0.00/0.55/0.04/0.19)	

CMYK percentages

%0
%55.07
%3.86
%18.82

Codes

Color #CF5DC7 in popluar color models

CF5DC7
RGB20793199
HSL304°54.29%58.82%
HSB/HSV304°55.07%81.18%
CMYK0.00%55.07%3.86%
18.82%

Color #CF5DC7 in popluar number systems.

HEXCF5DC7
Decimal20793199
Binary11001111101110111000111
Octal317135307

Shades and tints

Shades of #CF5DC7

#CF5DC7
(207,93,199)
#BD55B5
(189,85,181)
#AB4DA3
(171,77,163)
#994591
(153,69,145)
#873D7F
(135,61,127)
#75356D
(117,53,109)
#632D5B
(99,45,91)
#512549
(81,37,73)
#3F1D37
(63,29,55)
#2D1525
(45,21,37)
#1B0D13
(27,13,19)
#000000
(0,0,0)

Tints of #CF5DC7

#CF5DC7
(207,93,199)
#D36BCC
(211,107,204)
#D779D1
(215,121,209)
#DB87D6
(219,135,214)
#DF95DB
(223,149,219)
#E3A3E0
(227,163,224)
#E7B1E5
(231,177,229)
#EBBFEA
(235,191,234)
#EFCDEF
(239,205,239)
#F3DBF4
(243,219,244)
#F7E9F9
(247,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF5DC7 color. Also use rgb(207,93,199) instead hex code.

Text Font Color

.myTextColor { color: #CF5DC7; }

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

This text font color is #CF5DC7.


Background Color

.myBgColor { background-color: #CF5DC7; }

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

This div background color is #CF5DC7.


Border color

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

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

This div border color is #CF5DC7.


Opacity

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

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

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

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

This text has shadow with #CF5DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF5DC7 on black background.


Color preview on white background

This text has color #CF5DC7 on white background.



Black color preview on #CF5DC7 background

This text has black color on #CF5DC7 background.


White color preview on #CF5DC7 background

This text has white color on #CF5DC7 background.