#D964ED

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

Shades of Heliotrope #D964ED

Tints of Heliotrope #D964ED

Color information

#D964ED (or 0xD964ED) is unknown color: approx Heliotrope. HEX triplet: D9, 64 and ED. RGB value is (217,100,237). Sum of RGB (Red+Green+Blue) = 217+100+237=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #D964ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964ED is #269B12. Grayscale: #969696. Windows color (decimal): -2530067 or 15557849. OLE color: 15557849.

HSL color Cylindrical-coordinate representation of color #D964ED: hue angle of 291.24º 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 #D964ED is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217100237-
CMYK0.080.5800.07
HSL291.24º79.19%66.08%-
HSV(B)291.24º57.81%92.94%-
XYZ48.4629.9883.35-
YUV150.6176.76175.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=39.17%
G=18.05%
B=42.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171002370.080.5800.07291.2479.1966.08
HexD964ED83A071234f42
Octal331144355107207443117102
Binary110110011100100111011011000111010011110010001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964ED; }

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

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

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

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

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

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

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

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