COLOR #C87FB5

HEX: #C87FB5 RGB: (200,127,181)

Color info

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

RGB color model

#C87FB5 color RGB value is (200,127,181).

RGB: (200,127,181) (78%, 50%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 181 of 255 = 71%

200
127
181

R + G + B ~ 66%. #C87FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 127 + 181 = 508 (100%)
R 200 of 508 ~ 39.37%
G 127 of 508 ~ 25%
B 181 of 508 ~ 35.63'%

%39.37
%25
%35.63

CMYK color model

#C87FB5 color CMYK value is (0,37,10,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 9.50%
  • key color value is 21.57%

CMYK: (0,37,10,22)
C0M37Y10K22 (0%, 37%, 10%, 22%)
(0.00 / 0.37 / 0.10 / 0.22)

CMYK percentages

%0
%36.5
%9.5
%21.57

Codes

Color #C87FB5 in popluar color models

C8 7F B5
RGB 200 127 181
HSL 316° 39.89% 64.12%
HSB/HSV 316° 36.50% 78.43%
CMYK 0.00% 36.50% 9.50%
21.57%

Color #C87FB5 in popluar number systems.

HEX C8 7F B5
Decimal 200 127 181
Binary 11001000 1111111 10110101
Octal 310 177 265

Shades and tints

Shades of #C87FB5

#C87FB5
(200,127,181)
#B674A5
(182,116,165)
#A46995
(164,105,149)
#925E85
(146,94,133)
#805375
(128,83,117)
#6E4865
(110,72,101)
#5C3D55
(92,61,85)
#4A3245
(74,50,69)
#382735
(56,39,53)
#261C25
(38,28,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C87FB5

#C87FB5
(200,127,181)
#CD8ABB
(205,138,187)
#D295C1
(210,149,193)
#D7A0C7
(215,160,199)
#DCABCD
(220,171,205)
#E1B6D3
(225,182,211)
#E6C1D9
(230,193,217)
#EBCCDF
(235,204,223)
#F0D7E5
(240,215,229)
#F5E2EB
(245,226,235)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87FB5; }

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

This text font color is #C87FB5.

Background Color

.myBgColor { background-color: #C87FB5; }

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

This div background color is #C87FB5.

Border color

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

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

This div border color is #C87FB5.

Opacity

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

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

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

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

This text has shadow with #C87FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87FB5.

Preview

Color preview on black background

This text has color #C87FB5 on black background.


Color preview on white background

This text has color #C87FB5 on white background.


Black color preview on #C87FB5 background

This text has black color on #C87FB5 background.


White color preview on #C87FB5 background

This text has white color on #C87FB5 background.


Related colors

Complementary color

Complementary color for #hex is #37804A.


I love getcolorcode.com

Triadic colors

1 #B5C87F and #7FB5C8 with #C87FB5 are triadic colors.

2 #B57FC8 and #7FC8B5 with #C87FB5 are triadic colors.