#D86EFD

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

Shades of Heliotrope #D86EFD

Tints of Heliotrope #D86EFD

Color information

#D86EFD (or 0xD86EFD) is unknown color: approx Heliotrope. HEX triplet: D8, 6E and FD. RGB value is (216,110,253). Sum of RGB (Red+Green+Blue) = 216+110+253=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #D86EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EFD is #279102. Grayscale: #9D9D9D. Windows color (decimal): -2593027 or 16608984. OLE color: 16608984.

HSL color Cylindrical-coordinate representation of color #D86EFD: hue angle of 284.48º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86EFD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216110253-
CMYK0.150.5700.01
HSL284.48º97.28%71.18%-
HSV(B)284.48º56.52%99.22%-
XYZ51.6232.8496.55-
YUV158181.62169.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 110 (43.36% from 255) = 19.00%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=37.31%
G=19.00%
B=43.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161102530.150.5700.01284.4897.2871.18
HexD86EFDF390111c6147
Octal330156375177101434141107
Binary1101100011011101111110111111110010110001110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EFD; }

 p { color: rgb(216,110,253); }

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

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

 a { background-color: rgb(216,110,253); }

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

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

 span { border-color: rgb(216,110,253); }

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