COLOR #C87ED5

HEX: #C87ED5 RGB: (200,126,213)

Color info

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

RGB color model

#C87ED5 color RGB value is (200,126,213).

RGB: (200,126,213) (78%, 49%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 213 of 255 = 84%

200
126
213

R + G + B ~ 70%. #C87ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 126 + 213 = 539 (100%)
R 200 of 539 ~ 37.11%
G 126 of 539 ~ 23.38%
B 213 of 539 ~ 39.52'%

%37.11
%23.38
%39.52

CMYK color model

#C87ED5 color CMYK value is (6,41,0,16).

  • cyan value is 6.10%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (6,41,0,16) C6M41Y0K16 (6%,41%,0%,16%) (0.06/0.41/0.00/0.16) 

CMYK percentages

%6.1
%40.85
%0
%16.47

Codes

Color #C87ED5 in popluar color models

C8 7E D5
RGB 200 126 213
HSL 291° 50.88% 66.47%
HSB/HSV 291° 40.85% 83.53%
CMYK 6.10% 40.85% 0.00%
16.47%

Color #C87ED5 in popluar number systems.

HEX C8 7E D5
Decimal 200 126 213
Binary 11001000 1111110 11010101
Octal 310 176 325

Shades and tints

Shades of #C87ED5

#C87ED5
(200,126,213)
#B673C2
(182,115,194)
#A468AF
(164,104,175)
#925D9C
(146,93,156)
#805289
(128,82,137)
#6E4776
(110,71,118)
#5C3C63
(92,60,99)
#4A3150
(74,49,80)
#38263D
(56,38,61)
#261B2A
(38,27,42)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #C87ED5

#C87ED5
(200,126,213)
#CD89D8
(205,137,216)
#D294DB
(210,148,219)
#D79FDE
(215,159,222)
#DCAAE1
(220,170,225)
#E1B5E4
(225,181,228)
#E6C0E7
(230,192,231)
#EBCBEA
(235,203,234)
#F0D6ED
(240,214,237)
#F5E1F0
(245,225,240)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87ED5 color. Also use rgb(200,126,213) instead hex code.

Text Font Color

.myTextColor { color: #C87ED5; }

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

This text font color is #C87ED5.

Background Color

.myBgColor { background-color: #C87ED5; }

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

This div background color is #C87ED5.

Border color

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

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

This div border color is #C87ED5.

Opacity

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

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

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

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

This text has shadow with #C87ED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87ED5.

Preview

Color preview on black background

This text has color #C87ED5 on black background.


Color preview on white background

This text has color #C87ED5 on white background.


Black color preview on #C87ED5 background

This text has black color on #C87ED5 background.


White color preview on #C87ED5 background

This text has white color on #C87ED5 background.


Related colors

Complementary color

Complementary color for #hex is #37812A.


I love getcolorcode.com

Triadic colors

1 #D5C87E and #7ED5C8 with #C87ED5 are triadic colors.

2 #D57EC8 and #7EC8D5 with #C87ED5 are triadic colors.