#C86FEF

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

Shades of Heliotrope #C86FEF

Tints of Heliotrope #C86FEF

Color information

#C86FEF (or 0xC86FEF) is unknown color: approx Heliotrope. HEX triplet: C8, 6F and EF. RGB value is (200,111,239). Sum of RGB (Red+Green+Blue) = 200+111+239=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FEF is #379010. Grayscale: #979797. Windows color (decimal): -3641361 or 15691720. OLE color: 15691720.

HSL color Cylindrical-coordinate representation of color #C86FEF: hue angle of 281.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86FEF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200111239-
CMYK0.160.5400.06
HSL281.72º80%68.63%-
HSV(B)281.72º53.56%93.73%-
XYZ45.0829.8885.05-
YUV152.2176.99162.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=36.36%
G=20.18%
B=43.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001112390.160.5400.06281.728068.63
HexC86FEF10360611a5045
Octal310157357206606432120105
Binary1100100011011111110111110000110110011010001101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FEF; }

 p { color: rgb(200,111,239); }

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

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

 a { background-color: rgb(200,111,239); }

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

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

 span { border-color: rgb(200,111,239); }

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