#D064ED

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

Shades of Heliotrope #D064ED

Tints of Heliotrope #D064ED

Color information

#D064ED (or 0xD064ED) is unknown color: approx Heliotrope. HEX triplet: D0, 64 and ED. RGB value is (208,100,237). Sum of RGB (Red+Green+Blue) = 208+100+237=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #D064ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064ED is #2F9B12. Grayscale: #939393. Windows color (decimal): -3119891 or 15557840. OLE color: 15557840.

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

Color convert

RGB208100237-
CMYK0.120.5800.07
HSL287.3º79.19%66.08%-
HSV(B)287.3º57.81%92.94%-
XYZ45.8628.6483.23-
YUV147.91178.28170.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 100 (39.45% from 255) = 18.35%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=38.17%
G=18.35%
B=43.49%

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
Decimal2081002370.120.5800.07287.379.1966.08
HexD064EDC3A0711f4f42
Octal320144355147207437117102
Binary110100001100100111011011100111010011110001111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064ED; }

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

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

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

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

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

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

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

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