COLOR #C877E0

HEX: #C877E0 RGB: (200,119,224)

Color info

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

RGB color model

#C877E0 color RGB value is (200,119,224).

RGB: (200,119,224) (78%, 47%, 88%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 224 of 255 = 88%

200
119
224

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

Portions of RGB colors in percentages

R + G + B = 200 + 119 + 224 = 543 (100%)
R 200 of 543 ~ 36.83%
G 119 of 543 ~ 21.92%
B 224 of 543 ~ 41.25'%

%36.83
%21.92
%41.25

CMYK color model

#C877E0 color CMYK value is (11,47,0,12).

  • cyan value is 10.71%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (11,47,0,12) C11M47Y0K12 (11%,47%,0%,12%) (0.11/0.47/0.00/0.12) 

CMYK percentages

%10.71
%46.88
%0
%12.16

Codes

Color #C877E0 in popluar color models

C8 77 E0
RGB 200 119 224
HSL 286° 62.87% 67.25%
HSB/HSV 286° 46.88% 87.84%
CMYK 10.71% 46.88% 0.00%
12.16%

Color #C877E0 in popluar number systems.

HEX C8 77 E0
Decimal 200 119 224
Binary 11001000 1110111 11100000
Octal 310 167 340

Shades and tints

Shades of #C877E0

#C877E0
(200,119,224)
#B66DCC
(182,109,204)
#A463B8
(164,99,184)
#9259A4
(146,89,164)
#804F90
(128,79,144)
#6E457C
(110,69,124)
#5C3B68
(92,59,104)
#4A3154
(74,49,84)
#382740
(56,39,64)
#261D2C
(38,29,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C877E0

#C877E0
(200,119,224)
#CD83E2
(205,131,226)
#D28FE4
(210,143,228)
#D79BE6
(215,155,230)
#DCA7E8
(220,167,232)
#E1B3EA
(225,179,234)
#E6BFEC
(230,191,236)
#EBCBEE
(235,203,238)
#F0D7F0
(240,215,240)
#F5E3F2
(245,227,242)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C877E0 color. Also use rgb(200,119,224) instead hex code.

Text Font Color

.myTextColor { color: #C877E0; }

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

This text font color is #C877E0.

Background Color

.myBgColor { background-color: #C877E0; }

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

This div background color is #C877E0.

Border color

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

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

This div border color is #C877E0.

Opacity

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

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

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

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

This text has shadow with #C877E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C877E0.

Preview

Color preview on black background

This text has color #C877E0 on black background.


Color preview on white background

This text has color #C877E0 on white background.


Black color preview on #C877E0 background

This text has black color on #C877E0 background.


White color preview on #C877E0 background

This text has white color on #C877E0 background.


Related colors

Complementary color

Complementary color for #hex is #37881F.


I love getcolorcode.com

Triadic colors

1 #E0C877 and #77E0C8 with #C877E0 are triadic colors.

2 #E077C8 and #77C8E0 with #C877E0 are triadic colors.