#C878D0

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

Shades of Orchid #C878D0

Tints of Orchid #C878D0

Color information

#C878D0 (or 0xC878D0) is unknown color: approx Orchid. HEX triplet: C8, 78 and D0. RGB value is (200,120,208). Sum of RGB (Red+Green+Blue) = 200+120+208=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #C878D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878D0 is #37872F. Grayscale: #999999. Windows color (decimal): -3639088 or 13662408. OLE color: 13662408.

HSL color Cylindrical-coordinate representation of color #C878D0: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C878D0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200120208-
CMYK0.040.4200.18
HSL294.55º48.35%64.31%-
HSV(B)294.55º42.31%81.57%-
XYZ41.9230.2763.31-
YUV153.95158.5160.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 120 (47.27% from 255) = 22.73%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=37.88%
G=22.73%
B=39.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001202080.040.4200.18294.5548.3564.31
HexC878D042A0121273040
Octal31017032045202244760100
Binary110010001111000110100001001010100100101001001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C878D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C878D0; }

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

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

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

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

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

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

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

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