#D86EED

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

Shades of Heliotrope #D86EED

Tints of Heliotrope #D86EED

Color information

#D86EED (or 0xD86EED) is unknown color: approx Heliotrope. HEX triplet: D8, 6E and ED. RGB value is (216,110,237). Sum of RGB (Red+Green+Blue) = 216+110+237=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D86EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86EED is #279112. Grayscale: #9B9B9B. Windows color (decimal): -2593043 or 15560408. OLE color: 15560408.

HSL color Cylindrical-coordinate representation of color #D86EED: hue angle of 290.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86EED is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216110237-
CMYK0.090.5400.07
HSL290.08º77.91%68.04%-
HSV(B)290.08º53.59%92.94%-
XYZ49.1831.8783.68-
YUV156.17173.62170.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 110 (43.36% from 255) = 19.54%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=38.37%
G=19.54%
B=42.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161102370.090.5400.07290.0877.9168.04
HexD86EED936071224e44
Octal330156355116607442116104
Binary110110001101110111011011001110110011110010001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EED; }

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

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

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

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

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

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

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

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