COLOR #C876CF

HEX: #C876CF RGB: (200,118,207)

Color info

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

RGB color model

#C876CF color RGB value is (200,118,207).

RGB: (200,118,207) (78%, 46%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 207 of 255 = 81%

200
118
207

R + G + B ~ 68%. #C876CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 118 + 207 = 525 (100%)
R 200 of 525 ~ 38.1%
G 118 of 525 ~ 22.48%
B 207 of 525 ~ 39.43'%

%38.1
%22.48
%39.43

CMYK color model

#C876CF color CMYK value is (3,43,0,19).

  • cyan value is 3.38%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (3,43,0,19) C3M43Y0K19 (3%,43%,0%,19%) (0.03/0.43/0.00/0.19) 

CMYK percentages

%3.38
%43
%0
%18.82

Codes

Color #C876CF in popluar color models

C8 76 CF
RGB 200 118 207
HSL 295° 48.11% 63.73%
HSB/HSV 295° 43.00% 81.18%
CMYK 3.38% 43.00% 0.00%
18.82%

Color #C876CF in popluar number systems.

HEX C8 76 CF
Decimal 200 118 207
Binary 11001000 1110110 11001111
Octal 310 166 317

Shades and tints

Shades of #C876CF

#C876CF
(200,118,207)
#B66CBD
(182,108,189)
#A462AB
(164,98,171)
#925899
(146,88,153)
#804E87
(128,78,135)
#6E4475
(110,68,117)
#5C3A63
(92,58,99)
#4A3051
(74,48,81)
#38263F
(56,38,63)
#261C2D
(38,28,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C876CF

#C876CF
(200,118,207)
#CD82D3
(205,130,211)
#D28ED7
(210,142,215)
#D79ADB
(215,154,219)
#DCA6DF
(220,166,223)
#E1B2E3
(225,178,227)
#E6BEE7
(230,190,231)
#EBCAEB
(235,202,235)
#F0D6EF
(240,214,239)
#F5E2F3
(245,226,243)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C876CF color. Also use rgb(200,118,207) instead hex code.

Text Font Color

.myTextColor { color: #C876CF; }

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

This text font color is #C876CF.

Background Color

.myBgColor { background-color: #C876CF; }

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

This div background color is #C876CF.

Border color

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

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

This div border color is #C876CF.

Opacity

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

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

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

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

This text has shadow with #C876CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C876CF.

Preview

Color preview on black background

This text has color #C876CF on black background.


Color preview on white background

This text has color #C876CF on white background.


Black color preview on #C876CF background

This text has black color on #C876CF background.


White color preview on #C876CF background

This text has white color on #C876CF background.


Related colors

Complementary color

Complementary color for #hex is #378930.


I love getcolorcode.com

Triadic colors

1 #CFC876 and #76CFC8 with #C876CF are triadic colors.

2 #CF76C8 and #76C8CF with #C876CF are triadic colors.