#C879CE

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

Shades of Orchid #C879CE

Tints of Orchid #C879CE

Color information

#C879CE (or 0xC879CE) is unknown color: approx Orchid. HEX triplet: C8, 79 and CE. RGB value is (200,121,206). Sum of RGB (Red+Green+Blue) = 200+121+206=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C879CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879CE is #378631. Grayscale: #9A9A9A. Windows color (decimal): -3638834 or 13531592. OLE color: 13531592.

HSL color Cylindrical-coordinate representation of color #C879CE: hue angle of 295.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C879CE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200121206-
CMYK0.030.4100.19
HSL295.76º46.45%64.12%-
HSV(B)295.76º41.26%80.78%-
XYZ41.830.4162.06-
YUV154.31157.17160.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=37.95%
G=22.96%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001212060.030.4100.19295.7646.4564.12
HexC879CE3290131282e40
Octal31017131635102345056100
Binary11001000111100111001110111010010100111001010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C879CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C879CE; }

 p { color: rgb(200,121,206); }

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

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

 a { background-color: rgb(200,121,206); }

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

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

 span { border-color: rgb(200,121,206); }

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