#C86ED8

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

Shades of Orchid #C86ED8

Tints of Orchid #C86ED8

Color information

#C86ED8 (or 0xC86ED8) is unknown color: approx Orchid. HEX triplet: C8, 6E and D8. RGB value is (200,110,216). Sum of RGB (Red+Green+Blue) = 200+110+216=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #C86ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ED8 is #379127. Grayscale: #949494. Windows color (decimal): -3641640 or 14184136. OLE color: 14184136.

HSL color Cylindrical-coordinate representation of color #C86ED8: hue angle of 290.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86ED8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200110216-
CMYK0.070.4900.15
HSL290.94º57.61%63.92%-
HSV(B)290.94º49.07%84.71%-
XYZ41.7928.3968.24-
YUV148.99165.82164.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=38.02%
G=20.91%
B=41.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001102160.070.4900.15290.9457.6163.92
HexC86ED87310F1233a40
Octal31015633076101744372100
Binary11001000110111011011000111110001011111001000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ED8; }

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

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

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

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

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

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

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

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