#DA78F5

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

Shades of Heliotrope #DA78F5

Tints of Heliotrope #DA78F5

Color information

#DA78F5 (or 0xDA78F5) is unknown color: approx Heliotrope. HEX triplet: DA, 78 and F5. RGB value is (218,120,245). Sum of RGB (Red+Green+Blue) = 218+120+245=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA78F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA78F5 is #25870A. Grayscale: #A3A3A3. Windows color (decimal): -2459403 or 16087258. OLE color: 16087258.

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

Color convert

RGB218120245-
CMYK0.110.5100.04
HSL287.04º86.21%71.57%-
HSV(B)287.04º51.02%96.08%-
XYZ52.1134.9390.38-
YUV163.55173.97166.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 120 (47.27% from 255) = 20.58%
BLUE value IS 245 (96.09% from 255) = 42.02%
R=37.39%
G=20.58%
B=42.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181202450.110.5100.04287.0486.2171.57
HexDA78F5B330411f5648
Octal332170365136304437126110
Binary110110101111000111101011011110011010010001111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78F5; }

 p { color: rgb(218,120,245); }

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

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

 a { background-color: rgb(218,120,245); }

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

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

 span { border-color: rgb(218,120,245); }

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