#D664EC

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

Shades of Heliotrope #D664EC

Tints of Heliotrope #D664EC

Color information

#D664EC (or 0xD664EC) is unknown color: approx Heliotrope. HEX triplet: D6, 64 and EC. RGB value is (214,100,236). Sum of RGB (Red+Green+Blue) = 214+100+236=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D664EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664EC is #299B13. Grayscale: #959595. Windows color (decimal): -2726676 or 15492310. OLE color: 15492310.

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

Color convert

RGB214100236-
CMYK0.090.5800.07
HSL290.29º78.16%65.88%-
HSV(B)290.29º57.63%92.55%-
XYZ47.4329.4782.54-
YUV149.59176.77173.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 100 (39.45% from 255) = 18.18%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=38.91%
G=18.18%
B=42.91%

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
Decimal2141002360.090.5800.07290.2978.1665.88
HexD664EC93A071224e42
Octal326144354117207442116102
Binary110101101100100111011001001111010011110010001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664EC; }

 p { color: rgb(214,100,236); }

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

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

 a { background-color: rgb(214,100,236); }

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

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

 span { border-color: rgb(214,100,236); }

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