#C86EDD

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

Shades of Orchid #C86EDD

Tints of Orchid #C86EDD

Color information

#C86EDD (or 0xC86EDD) is unknown color: approx Orchid. HEX triplet: C8, 6E and DD. RGB value is (200,110,221). Sum of RGB (Red+Green+Blue) = 200+110+221=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDD is #379122. Grayscale: #959595. Windows color (decimal): -3641635 or 14511816. OLE color: 14511816.

HSL color Cylindrical-coordinate representation of color #C86EDD: hue angle of 288.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86EDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200110221-
CMYK0.100.5000.13
HSL288.65º62.01%64.9%-
HSV(B)288.65º50.23%86.67%-
XYZ42.4528.6571.7-
YUV149.56168.32163.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=37.66%
G=20.72%
B=41.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001102210.100.5000.13288.6562.0164.9
HexC86EDDA320D1213e41
Octal310156335126201544176101
Binary110010001101110110111011010110010011011001000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EDD; }

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

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

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

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

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

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

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

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