COLOR #C877F2

HEX: #C877F2
RGB: (200,119,242)

Color info

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

RGB color model

#C877F2 color RGB value is (200,119,242).

  • red value is 200;
  • green value is 119;
  • blue value is 242.
RGB:
(200,119,242)
(78%,47%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 242 of 255 = 95%

200
119
242

R + G + B ~ 73%. #C877F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 119 + 242 = 561 (100%)
R 200 of 561 ~ 35.65%
G 119 of 561 ~ 21.21%
B 242 of 561 ~ 43.14%

%35.65
%21.21
%43.14

CMYK color model

#C877F2 color CMYK value is (17,51,0,5).

  • cyan value is 17.36%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,51,0,5)
C17M51Y0K5 
(17%,51%,0%,5%)
(0.17/0.51/0.00/0.05)	

CMYK percentages

%17.36
%50.83
%0
%5.1

Codes

Color #C877F2 in popluar color models

C877F2
RGB200119242
HSL280°82.55%70.78%
HSB/HSV280°50.83%94.90%
CMYK17.36%50.83%0.00%
5.10%

Color #C877F2 in popluar number systems.

HEXC877F2
Decimal200119242
Binary11001000111011111110010
Octal310167362

Shades and tints

Shades of #C877F2

#C877F2
(200,119,242)
#B66DDC
(182,109,220)
#A463C6
(164,99,198)
#9259B0
(146,89,176)
#804F9A
(128,79,154)
#6E4584
(110,69,132)
#5C3B6E
(92,59,110)
#4A3158
(74,49,88)
#382742
(56,39,66)
#261D2C
(38,29,44)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #C877F2

#C877F2
(200,119,242)
#CD83F3
(205,131,243)
#D28FF4
(210,143,244)
#D79BF5
(215,155,245)
#DCA7F6
(220,167,246)
#E1B3F7
(225,179,247)
#E6BFF8
(230,191,248)
#EBCBF9
(235,203,249)
#F0D7FA
(240,215,250)
#F5E3FB
(245,227,251)
#FAEFFC
(250,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C877F2; }

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

This text font color is #C877F2.


Background Color

.myBgColor { background-color: #C877F2; }

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

This div background color is #C877F2.


Border color

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

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

This div border color is #C877F2.


Opacity

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

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

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

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

This text has shadow with #C877F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C877F2 on black background.


Color preview on white background

This text has color #C877F2 on white background.



Black color preview on #C877F2 background

This text has black color on #C877F2 background.


White color preview on #C877F2 background

This text has white color on #C877F2 background.