COLOR #CF95DD

HEX: #CF95DD
RGB: (207,149,221)

Color info

#CF95DD contains mainly red and blue colors. Web safe color of #CF95DD is #CC99CC (or #C9C).

RGB color model

#CF95DD color RGB value is (207,149,221).

  • red value is 207;
  • green value is 149;
  • blue value is 221.
RGB:
(207,149,221)
(81%,58%,87%)

RGB channels and saturation

R 207 of 255 = 81%
G 149 of 255 = 58%
B 221 of 255 = 87%

207
149
221

R + G + B ~ 75%. #CF95DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 149 + 221 = 577 (100%)
R 207 of 577 ~ 35.88%
G 149 of 577 ~ 25.82%
B 221 of 577 ~ 38.3%

%35.88
%25.82
%38.3

CMYK color model

#CF95DD color CMYK value is (6,33,0,13).

  • cyan value is 6.33%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(6,33,0,13)
C6M33Y0K13 
(6%,33%,0%,13%)
(0.06/0.33/0.00/0.13)	

CMYK percentages

%6.33
%32.58
%0
%13.33

Codes

Color #CF95DD in popluar color models

CF95DD
RGB207149221
HSL288°51.43%72.55%
HSB/HSV288°32.58%86.67%
CMYK6.33%32.58%0.00%
13.33%

Color #CF95DD in popluar number systems.

HEXCF95DD
Decimal207149221
Binary110011111001010111011101
Octal317225335

Shades and tints

Shades of #CF95DD

#CF95DD
(207,149,221)
#BD88C9
(189,136,201)
#AB7BB5
(171,123,181)
#996EA1
(153,110,161)
#87618D
(135,97,141)
#755479
(117,84,121)
#634765
(99,71,101)
#513A51
(81,58,81)
#3F2D3D
(63,45,61)
#2D2029
(45,32,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #CF95DD

#CF95DD
(207,149,221)
#D39EE0
(211,158,224)
#D7A7E3
(215,167,227)
#DBB0E6
(219,176,230)
#DFB9E9
(223,185,233)
#E3C2EC
(227,194,236)
#E7CBEF
(231,203,239)
#EBD4F2
(235,212,242)
#EFDDF5
(239,221,245)
#F3E6F8
(243,230,248)
#F7EFFB
(247,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF95DD color. Also use rgb(207,149,221) instead hex code.

Text Font Color

.myTextColor { color: #CF95DD; }

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

This text font color is #CF95DD.


Background Color

.myBgColor { background-color: #CF95DD; }

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

This div background color is #CF95DD.


Border color

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

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

This div border color is #CF95DD.


Opacity

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

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

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

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

This text has shadow with #CF95DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF95DD on black background.


Color preview on white background

This text has color #CF95DD on white background.



Black color preview on #CF95DD background

This text has black color on #CF95DD background.


White color preview on #CF95DD background

This text has white color on #CF95DD background.