#D864ED

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

Shades of Heliotrope #D864ED

Tints of Heliotrope #D864ED

Color information

#D864ED (or 0xD864ED) is unknown color: approx Heliotrope. HEX triplet: D8, 64 and ED. RGB value is (216,100,237). Sum of RGB (Red+Green+Blue) = 216+100+237=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D864ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864ED is #279B12. Grayscale: #959595. Windows color (decimal): -2595603 or 15557848. OLE color: 15557848.

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

Color convert

RGB216100237-
CMYK0.090.5800.07
HSL290.8º79.19%66.08%-
HSV(B)290.8º57.81%92.94%-
XYZ48.1629.8383.34-
YUV150.3176.93174.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 100 (39.45% from 255) = 18.08%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=39.06%
G=18.08%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161002370.090.5800.07290.879.1966.08
HexD864ED93A071234f42
Octal330144355117207443117102
Binary110110001100100111011011001111010011110010001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D864ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D864ED; }

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

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

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

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

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

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

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

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