#d86ff0

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

Shades of Heliotrope #D86FF0

Tints of Heliotrope #D86FF0

Color information

#D86FF0 (or 0xD86FF0) is unknown color: approx Heliotrope. HEX triplet: D8, 6F and F0. RGB value is (216,111,240). Sum of RGB (Red+Green+Blue) = 216+111+240=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #D86FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FF0 is #27900F. Grayscale: #9C9C9C. Windows color (decimal): -2592784 or 15757272. OLE color: 15757272.

HSL color Cylindrical-coordinate representation of color #D86FF0: hue angle of 288.84º degrees, saturation: 0.81, 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 #D86FF0 is Cyan = 0.1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216111240-
CMYK0.10.5400.06
HSL288.84º81.13%68.82%-
HSV(B)288.84º53.75%94.12%-
XYZ49.7332.2686.04-
YUV157.1174.79170.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=38.10%
G=19.58%
B=42.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161112400.10.5400.06288.8481.1368.82
HexD86FF0A36061215145
Octal330157360126606441121105
Binary110110001101111111100001010110110011010010000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86ff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86ff0; }

 p { color: rgb(216,111,240); }

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

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

 a { background-color: rgb(216,111,240); }

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

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

 span { border-color: rgb(216,111,240); }

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