COLOR #CF7CD4

HEX: #CF7CD4
RGB: (207,124,212)

Color info

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

RGB color model

#CF7CD4 color RGB value is (207,124,212).

  • red value is 207;
  • green value is 124;
  • blue value is 212.
RGB:
(207,124,212)
(81%,49%,83%)

RGB channels and saturation

R 207 of 255 = 81%
G 124 of 255 = 49%
B 212 of 255 = 83%

207
124
212

R + G + B ~ 71%. #CF7CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 124 + 212 = 543 (100%)
R 207 of 543 ~ 38.12%
G 124 of 543 ~ 22.84%
B 212 of 543 ~ 39.04%

%38.12
%22.84
%39.04

CMYK color model

#CF7CD4 color CMYK value is (2,42,0,17).

  • cyan value is 2.36%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,42,0,17)
C2M42Y0K17 
(2%,42%,0%,17%)
(0.02/0.42/0.00/0.17)	

CMYK percentages

%2.36
%41.51
%0
%16.86

Codes

Color #CF7CD4 in popluar color models

CF7CD4
RGB207124212
HSL297°50.57%65.88%
HSB/HSV297°41.51%83.14%
CMYK2.36%41.51%0.00%
16.86%

Color #CF7CD4 in popluar number systems.

HEXCF7CD4
Decimal207124212
Binary11001111111110011010100
Octal317174324

Shades and tints

Shades of #CF7CD4

#CF7CD4
(207,124,212)
#BD71C1
(189,113,193)
#AB66AE
(171,102,174)
#995B9B
(153,91,155)
#875088
(135,80,136)
#754575
(117,69,117)
#633A62
(99,58,98)
#512F4F
(81,47,79)
#3F243C
(63,36,60)
#2D1929
(45,25,41)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #CF7CD4

#CF7CD4
(207,124,212)
#D387D7
(211,135,215)
#D792DA
(215,146,218)
#DB9DDD
(219,157,221)
#DFA8E0
(223,168,224)
#E3B3E3
(227,179,227)
#E7BEE6
(231,190,230)
#EBC9E9
(235,201,233)
#EFD4EC
(239,212,236)
#F3DFEF
(243,223,239)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7CD4 color. Also use rgb(207,124,212) instead hex code.

Text Font Color

.myTextColor { color: #CF7CD4; }

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

This text font color is #CF7CD4.


Background Color

.myBgColor { background-color: #CF7CD4; }

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

This div background color is #CF7CD4.


Border color

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

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

This div border color is #CF7CD4.


Opacity

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

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

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

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

This text has shadow with #CF7CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7CD4 on black background.


Color preview on white background

This text has color #CF7CD4 on white background.



Black color preview on #CF7CD4 background

This text has black color on #CF7CD4 background.


White color preview on #CF7CD4 background

This text has white color on #CF7CD4 background.