#C86ECA

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

Shades of Orchid #C86ECA

Tints of Orchid #C86ECA

Color information

#C86ECA (or 0xC86ECA) is unknown color: approx Orchid. HEX triplet: C8, 6E and CA. RGB value is (200,110,202). Sum of RGB (Red+Green+Blue) = 200+110+202=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #C86ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECA is #379135. Grayscale: #939393. Windows color (decimal): -3641654 or 13266632. OLE color: 13266632.

HSL color Cylindrical-coordinate representation of color #C86ECA: hue angle of 298.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86ECA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200110202-
CMYK0.010.4600.21
HSL298.7º46.46%61.18%-
HSV(B)298.7º45.54%79.22%-
XYZ40.0627.759.11-
YUV147.4158.82165.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=39.06%
G=21.48%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001102020.010.4600.21298.746.4661.18
HexC86ECA12E01512b2e3d
Octal3101563121560254535675
Binary110010001101110110010101101110010101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ECA; }

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

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

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

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

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

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

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

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