#C86EEC

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

Shades of Heliotrope #C86EEC

Tints of Heliotrope #C86EEC

Color information

#C86EEC (or 0xC86EEC) is unknown color: approx Heliotrope. HEX triplet: C8, 6E and EC. RGB value is (200,110,236). Sum of RGB (Red+Green+Blue) = 200+110+236=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C86EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EEC is #379113. Grayscale: #969696. Windows color (decimal): -3641620 or 15494856. OLE color: 15494856.

HSL color Cylindrical-coordinate representation of color #C86EEC: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86EEC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200110236-
CMYK0.150.5300.07
HSL282.86º76.83%67.84%-
HSV(B)282.86º53.39%92.55%-
XYZ44.5429.4982.7-
YUV151.27175.82162.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 110 (43.36% from 255) = 20.15%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=36.63%
G=20.15%
B=43.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001102360.150.5300.07282.8676.8367.84
HexC86EECF350711b4d44
Octal310156354176507433115104
Binary110010001101110111011001111110101011110001101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EEC; }

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

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

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

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

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

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

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

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