#D164ED

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

Shades of Heliotrope #D164ED

Tints of Heliotrope #D164ED

Color information

#D164ED (or 0xD164ED) is unknown color: approx Heliotrope. HEX triplet: D1, 64 and ED. RGB value is (209,100,237). Sum of RGB (Red+Green+Blue) = 209+100+237=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #D164ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164ED is #2E9B12. Grayscale: #939393. Windows color (decimal): -3054355 or 15557841. OLE color: 15557841.

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

Color convert

RGB209100237-
CMYK0.120.5800.07
HSL287.74º79.19%66.08%-
HSV(B)287.74º57.81%92.94%-
XYZ46.1428.7883.24-
YUV148.21178.11171.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 100 (39.45% from 255) = 18.32%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=38.28%
G=18.32%
B=43.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091002370.120.5800.07287.7479.1966.08
HexD164EDC3A071204f42
Octal321144355147207440117102
Binary110100011100100111011011100111010011110010000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164ED; }

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

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

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

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

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

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

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

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