#C878CB

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

Shades of Orchid #C878CB

Tints of Orchid #C878CB

Color information

#C878CB (or 0xC878CB) is unknown color: approx Orchid. HEX triplet: C8, 78 and CB. RGB value is (200,120,203). Sum of RGB (Red+Green+Blue) = 200+120+203=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #C878CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878CB is #378734. Grayscale: #999999. Windows color (decimal): -3639093 or 13334728. OLE color: 13334728.

HSL color Cylindrical-coordinate representation of color #C878CB: hue angle of 297.83º degrees, saturation: 0.44, 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 #C878CB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200120203-
CMYK0.010.4100.20
HSL297.83º44.39%63.33%-
HSV(B)297.83º40.89%79.61%-
XYZ41.3230.0260.12-
YUV153.38156161.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=38.24%
G=22.94%
B=38.81%

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
Decimal2001202030.010.4100.20297.8344.3963.33
HexC878CB12901412a2c3f
Octal3101703131510244525477
Binary110010001111000110010111101001010100100101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C878CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C878CB; }

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

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

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

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

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

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

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

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