COLOR #C87FCB

HEX: #C87FCB
RGB: (200,127,203)

Color info

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

RGB color model

#C87FCB color RGB value is (200,127,203).

  • red value is 200;
  • green value is 127;
  • blue value is 203.
RGB:
(200,127,203)
(78%,50%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 203 of 255 = 80%

200
127
203

R + G + B ~ 69%. #C87FCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 203 = 530 (100%)
R 200 of 530 ~ 37.74%
G 127 of 530 ~ 23.96%
B 203 of 530 ~ 38.3%

%37.74
%23.96
%38.3

CMYK color model

#C87FCB color CMYK value is (1,37,0,20).

  • cyan value is 1.48%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,37,0,20)
C1M37Y0K20 
(1%,37%,0%,20%)
(0.01/0.37/0.00/0.20)	

CMYK percentages

%1.48
%37.44
%0
%20.39

Codes

Color #C87FCB in popluar color models

C87FCB
RGB200127203
HSL298°42.22%64.71%
HSB/HSV298°37.44%79.61%
CMYK1.48%37.44%0.00%
20.39%

Color #C87FCB in popluar number systems.

HEXC87FCB
Decimal200127203
Binary11001000111111111001011
Octal310177313

Shades and tints

Shades of #C87FCB

#C87FCB
(200,127,203)
#B674B9
(182,116,185)
#A469A7
(164,105,167)
#925E95
(146,94,149)
#805383
(128,83,131)
#6E4871
(110,72,113)
#5C3D5F
(92,61,95)
#4A324D
(74,50,77)
#38273B
(56,39,59)
#261C29
(38,28,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #C87FCB

#C87FCB
(200,127,203)
#CD8ACF
(205,138,207)
#D295D3
(210,149,211)
#D7A0D7
(215,160,215)
#DCABDB
(220,171,219)
#E1B6DF
(225,182,223)
#E6C1E3
(230,193,227)
#EBCCE7
(235,204,231)
#F0D7EB
(240,215,235)
#F5E2EF
(245,226,239)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87FCB color. Also use rgb(200,127,203) instead hex code.

Text Font Color

.myTextColor { color: #C87FCB; }

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

This text font color is #C87FCB.


Background Color

.myBgColor { background-color: #C87FCB; }

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

This div background color is #C87FCB.


Border color

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

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

This div border color is #C87FCB.


Opacity

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

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

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

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

This text has shadow with #C87FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87FCB on black background.


Color preview on white background

This text has color #C87FCB on white background.



Black color preview on #C87FCB background

This text has black color on #C87FCB background.


White color preview on #C87FCB background

This text has white color on #C87FCB background.