#C877CB

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

Shades of Orchid #C877CB

Tints of Orchid #C877CB

Color information

#C877CB (or 0xC877CB) is unknown color: approx Orchid. HEX triplet: C8, 77 and CB. RGB value is (200,119,203). Sum of RGB (Red+Green+Blue) = 200+119+203=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C877CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CB is #378834. Grayscale: #989898. Windows color (decimal): -3639349 or 13334472. OLE color: 13334472.

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

Color convert

RGB200119203-
CMYK0.010.4100.20
HSL297.86º44.68%63.14%-
HSV(B)297.86º41.38%79.61%-
XYZ41.229.7860.08-
YUV152.79156.34161.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=38.31%
G=22.80%
B=38.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001192030.010.4100.20297.8644.6863.14
HexC877CB12901412a2d3f
Octal3101673131510244525577
Binary110010001110111110010111101001010100100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877CB; }

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

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

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

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

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

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

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

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