#C878C6

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

Shades of Orchid #C878C6

Tints of Orchid #C878C6

Color information

#C878C6 (or 0xC878C6) is unknown color: approx Orchid. HEX triplet: C8, 78 and C6. RGB value is (200,120,198). Sum of RGB (Red+Green+Blue) = 200+120+198=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C878C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878C6 is #378739. Grayscale: #989898. Windows color (decimal): -3639098 or 13007048. OLE color: 13007048.

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

Color convert

RGB200120198-
CMYK00.40.010.22
HSL301.5º42.11%62.75%-
HSV(B)301.5º40%78.43%-
XYZ40.7329.7957.03-
YUV152.81153.5161.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 120 (47.27% from 255) = 23.17%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=38.61%
G=23.17%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012019800.40.010.22301.542.1162.75
HexC878C602811612e2a3f
Octal3101703060501264565277
Binary110010001111000110001100101000110110100101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C878C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C878C6; }

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

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

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

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

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

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

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

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