#C86FFF

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

Shades of Heliotrope #C86FFF

Tints of Heliotrope #C86FFF

Color information

#C86FFF (or 0xC86FFF) is unknown color: approx Heliotrope. HEX triplet: C8, 6F and FF. RGB value is (200,111,255). Sum of RGB (Red+Green+Blue) = 200+111+255=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C86FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FFF is #379000. Grayscale: #999999. Windows color (decimal): -3641345 or 16740296. OLE color: 16740296.

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

Color convert

RGB200111255-
CMYK0.220.5600
HSL277.08º100%71.76%-
HSV(B)277.08º56.47%100%-
XYZ47.5530.8798.06-
YUV154.03184.99160.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 19.61%
BLUE value IS 255 (100% from 255) = 45.05%
R=35.34%
G=19.61%
B=45.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001112550.220.5600277.0810071.76
HexC86FFF1638001156448
Octal310157377267000425144110
Binary11001000110111111111111101101110000010001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FFF; }

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

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

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

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

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

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

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

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