COLOR #C877EB

HEX: #C877EB RGB: (200,119,235)

Color info

#C877EB contains mainly red and blue colors. Web safe color of #C877EB is #CC66FF (or #C6F).

RGB color model

#C877EB color RGB value is (200,119,235).

RGB: (200,119,235) (78%, 47%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 235 of 255 = 92%

200
119
235

R + G + B ~ 72%. #C877EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 119 + 235 = 554 (100%)
R 200 of 554 ~ 36.1%
G 119 of 554 ~ 21.48%
B 235 of 554 ~ 42.42'%

%36.1
%21.48
%42.42

CMYK color model

#C877EB color CMYK value is (15,49,0,8).

  • cyan value is 14.89%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (15,49,0,8)
C15M49Y0K8 (15%, 49%, 0%, 8%)
(0.15 / 0.49 / 0.00 / 0.08)

CMYK percentages

%14.89
%49.36
%0
%7.84

Codes

Color #C877EB in popluar color models

C8 77 EB
RGB 200 119 235
HSL 282° 74.36% 69.41%
HSB/HSV 282° 49.36% 92.16%
CMYK 14.89% 49.36% 0.00%
7.84%

Color #C877EB in popluar number systems.

HEX C8 77 EB
Decimal 200 119 235
Binary 11001000 1110111 11101011
Octal 310 167 353

Shades and tints

Shades of #C877EB

#C877EB
(200,119,235)
#B66DD6
(182,109,214)
#A463C1
(164,99,193)
#9259AC
(146,89,172)
#804F97
(128,79,151)
#6E4582
(110,69,130)
#5C3B6D
(92,59,109)
#4A3158
(74,49,88)
#382743
(56,39,67)
#261D2E
(38,29,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #C877EB

#C877EB
(200,119,235)
#CD83EC
(205,131,236)
#D28FED
(210,143,237)
#D79BEE
(215,155,238)
#DCA7EF
(220,167,239)
#E1B3F0
(225,179,240)
#E6BFF1
(230,191,241)
#EBCBF2
(235,203,242)
#F0D7F3
(240,215,243)
#F5E3F4
(245,227,244)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C877EB; }

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

This text font color is #C877EB.

Background Color

.myBgColor { background-color: #C877EB; }

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

This div background color is #C877EB.

Border color

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

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

This div border color is #C877EB.

Opacity

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

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

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

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

This text has shadow with #C877EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C877EB.

Preview

Color preview on black background

This text has color #C877EB on black background.


Color preview on white background

This text has color #C877EB on white background.


Black color preview on #C877EB background

This text has black color on #C877EB background.


White color preview on #C877EB background

This text has white color on #C877EB background.


Related colors

Complementary color

Complementary color for #hex is #378814.


I love getcolorcode.com

Triadic colors

1 #EBC877 and #77EBC8 with #C877EB are triadic colors.

2 #EB77C8 and #77C8EB with #C877EB are triadic colors.