#D078F4

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

Shades of Heliotrope #D078F4

Tints of Heliotrope #D078F4

Color information

#D078F4 (or 0xD078F4) is unknown color: approx Heliotrope. HEX triplet: D0, 78 and F4. RGB value is (208,120,244). Sum of RGB (Red+Green+Blue) = 208+120+244=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #D078F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078F4 is #2F870B. Grayscale: #A0A0A0. Windows color (decimal): -3114764 or 16021712. OLE color: 16021712.

HSL color Cylindrical-coordinate representation of color #D078F4: hue angle of 282.58º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D078F4 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208120244-
CMYK0.150.5100.04
HSL282.58º84.93%71.37%-
HSV(B)282.58º50.82%95.69%-
XYZ49.0633.3789.44-
YUV160.45175.15161.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 20.98%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=36.36%
G=20.98%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081202440.150.5100.04282.5884.9371.37
HexD078F4F330411b5547
Octal320170364176304433125107
Binary110100001111000111101001111110011010010001101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078F4; }

 p { color: rgb(208,120,244); }

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

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

 a { background-color: rgb(208,120,244); }

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

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

 span { border-color: rgb(208,120,244); }

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