COLOR #C878D2

HEX: #C878D2
RGB: (200,120,210)

Color info

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

RGB color model

#C878D2 color RGB value is (200,120,210).

  • red value is 200;
  • green value is 120;
  • blue value is 210.
RGB:
(200,120,210)
(78%,47%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 120 of 255 = 47%
B 210 of 255 = 82%

200
120
210

R + G + B ~ 69%. #C878D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 120 + 210 = 530 (100%)
R 200 of 530 ~ 37.74%
G 120 of 530 ~ 22.64%
B 210 of 530 ~ 39.62%

%37.74
%22.64
%39.62

CMYK color model

#C878D2 color CMYK value is (5,43,0,18).

  • cyan value is 4.76%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,43,0,18)
C5M43Y0K18 
(5%,43%,0%,18%)
(0.05/0.43/0.00/0.18)	

CMYK percentages

%4.76
%42.86
%0
%17.65

Codes

Color #C878D2 in popluar color models

C878D2
RGB200120210
HSL293°50.00%64.71%
HSB/HSV293°42.86%82.35%
CMYK4.76%42.86%0.00%
17.65%

Color #C878D2 in popluar number systems.

HEXC878D2
Decimal200120210
Binary11001000111100011010010
Octal310170322

Shades and tints

Shades of #C878D2

#C878D2
(200,120,210)
#B66EBF
(182,110,191)
#A464AC
(164,100,172)
#925A99
(146,90,153)
#805086
(128,80,134)
#6E4673
(110,70,115)
#5C3C60
(92,60,96)
#4A324D
(74,50,77)
#38283A
(56,40,58)
#261E27
(38,30,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C878D2

#C878D2
(200,120,210)
#CD84D6
(205,132,214)
#D290DA
(210,144,218)
#D79CDE
(215,156,222)
#DCA8E2
(220,168,226)
#E1B4E6
(225,180,230)
#E6C0EA
(230,192,234)
#EBCCEE
(235,204,238)
#F0D8F2
(240,216,242)
#F5E4F6
(245,228,246)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C878D2 color. Also use rgb(200,120,210) instead hex code.

Text Font Color

.myTextColor { color: #C878D2; }

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

This text font color is #C878D2.


Background Color

.myBgColor { background-color: #C878D2; }

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

This div background color is #C878D2.


Border color

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

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

This div border color is #C878D2.


Opacity

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

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

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

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

This text has shadow with #C878D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C878D2 on black background.


Color preview on white background

This text has color #C878D2 on white background.



Black color preview on #C878D2 background

This text has black color on #C878D2 background.


White color preview on #C878D2 background

This text has white color on #C878D2 background.