#C876CB

Color #C876CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C876CB

Tints of Orchid #C876CB

Color information

#C876CB (or 0xC876CB) is unknown color: approx Orchid. HEX triplet: C8, 76 and CB. RGB value is (200,118,203). Sum of RGB (Red+Green+Blue) = 200+118+203=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C876CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876CB is #378934. Grayscale: #979797. Windows color (decimal): -3639605 or 13334216. OLE color: 13334216.

HSL color Cylindrical-coordinate representation of color #C876CB: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C876CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200118203-
CMYK0.010.4200.20
HSL297.88º44.97%62.94%-
HSV(B)297.88º41.87%79.61%-
XYZ41.0829.5560.04-
YUV152.21156.67162.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=38.39%
G=22.65%
B=38.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001182030.010.4200.20297.8844.9762.94
HexC876CB12A01412a2d3f
Octal3101663131520244525577
Binary110010001110110110010111101010010100100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C876CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C876CB; }

 p { color: rgb(200,118,203); }

 H1.HeaderClassName
 {
   color: #C876CB;
 }
 .AnyTagClassName
 {
   color: #C876CB;
 }
</style>
background-color css

<style>
 a { background-color: #C876CB; }

 a { background-color: rgb(200,118,203); }

 div.DivClassName
 {
   background-color: #C876CB;
 }
 .BgClassName
 {
   background-color: #C876CB;
 }
</style>
border-color css

<style>
 span { border-color: #C876CB; }

 span { border-color: rgb(200,118,203); }

 td.TdClassName
 {
   border-color: #C876CB;
 }
 .TagClassName
 {
   border-color: #C876CB;
 }
</style>