#C86ED0

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

Shades of Orchid #C86ED0

Tints of Orchid #C86ED0

Color information

#C86ED0 (or 0xC86ED0) is unknown color: approx Orchid. HEX triplet: C8, 6E and D0. RGB value is (200,110,208). Sum of RGB (Red+Green+Blue) = 200+110+208=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #C86ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ED0 is #37912F. Grayscale: #939393. Windows color (decimal): -3641648 or 13659848. OLE color: 13659848.

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

Color convert

RGB200110208-
CMYK0.040.4700.18
HSL295.1º51.04%62.35%-
HSV(B)295.1º47.12%81.57%-
XYZ40.7827.9962.93-
YUV148.08161.82165.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=38.61%
G=21.24%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001102080.040.4700.18295.151.0462.35
HexC86ED042F012127333e
Octal3101563204570224476376
Binary11001000110111011010000100101111010010100100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ED0; }

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

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

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

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

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

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

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

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