#C86ECC

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

Shades of Orchid #C86ECC

Tints of Orchid #C86ECC

Color information

#C86ECC (or 0xC86ECC) is unknown color: approx Orchid. HEX triplet: C8, 6E and CC. RGB value is (200,110,204). Sum of RGB (Red+Green+Blue) = 200+110+204=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECC is #379133. Grayscale: #939393. Windows color (decimal): -3641652 or 13397704. OLE color: 13397704.

HSL color Cylindrical-coordinate representation of color #C86ECC: hue angle of 297.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86ECC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200110204-
CMYK0.020.4600.2
HSL297.45º47.96%61.57%-
HSV(B)297.45º46.08%80%-
XYZ40.2927.7960.37-
YUV147.63159.82165.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=38.91%
G=21.40%
B=39.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001102040.020.4600.2297.4547.9661.57
HexC86ECC22E014129303e
Octal3101563142560244516076
Binary1100100011011101100110010101110010100100101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ECC; }

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

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

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

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

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

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

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

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