#C86EFF

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

Shades of Heliotrope #C86EFF

Tints of Heliotrope #C86EFF

Color information

#C86EFF (or 0xC86EFF) is unknown color: approx Heliotrope. HEX triplet: C8, 6E and FF. RGB value is (200,110,255). Sum of RGB (Red+Green+Blue) = 200+110+255=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C86EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EFF is #379100. Grayscale: #989898. Windows color (decimal): -3641601 or 16740040. OLE color: 16740040.

HSL color Cylindrical-coordinate representation of color #C86EFF: hue angle of 277.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86EFF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200110255-
CMYK0.220.5700
HSL277.24º100%71.57%-
HSV(B)277.24º56.86%100%-
XYZ47.4530.6598.02-
YUV153.44185.32161.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 110 (43.36% from 255) = 19.47%
BLUE value IS 255 (100% from 255) = 45.13%
R=35.40%
G=19.47%
B=45.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001102550.220.5700277.2410071.57
HexC86EFF1639001156448
Octal310156377267100425144110
Binary11001000110111011111111101101110010010001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EFF; }

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

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

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

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

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

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

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

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