#D078EF

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

Shades of Heliotrope #D078EF

Tints of Heliotrope #D078EF

Color information

#D078EF (or 0xD078EF) is unknown color: approx Heliotrope. HEX triplet: D0, 78 and EF. RGB value is (208,120,239). Sum of RGB (Red+Green+Blue) = 208+120+239=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D078EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078EF is #2F8710. Grayscale: #9F9F9F. Windows color (decimal): -3114769 or 15694032. OLE color: 15694032.

HSL color Cylindrical-coordinate representation of color #D078EF: hue angle of 284.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D078EF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208120239-
CMYK0.130.5000.06
HSL284.37º78.81%70.39%-
HSV(B)284.37º49.79%93.73%-
XYZ48.3133.0785.5-
YUV159.88172.65162.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=36.68%
G=21.16%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081202390.130.5000.06284.3778.8170.39
HexD078EFD320611c4f46
Octal320170357156206434117106
Binary110100001111000111011111101110010011010001110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078EF; }

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

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

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

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

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

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

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

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