Shades of Heliotrope #DA78ED
Tints of Heliotrope #DA78ED
RGB
CMYK
RGB Variations
Color information
#DA78ED (or 0xDA78ED) is known color: Heliotrope. HEX triplet: DA, 78 and ED. RGB value is (218,120,237). Sum of RGB (Red+Green+Blue) = 218+120+237=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA78ED is #258712. Grayscale: #A2A2A2. Windows color (decimal): -2459411 or 15562970. OLE color: 15562970.
HSL color Cylindrical-coordinate representation of color #DA78ED: hue angle of 290.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA78ED is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 120 | 237 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.07 |
| HSL | 290.26º | 0.76% | 0.7% | - |
| HSV(B) | 290.26º | 0.49% | 0.93% | - |
| XYZ | 50.92 | 34.45 | 84.09 | - |
| YUV | 162.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 237 | 0.08 | 0.49 | 0 | 0.07 | 290.26 | 0.76 | 0.7 |
| Hex | DA | 78 | ED | 8 | 31 | 0 | 7 | 122 | 4C | 46 |
| Octal | 332 | 170 | 355 | 10 | 61 | 0 | 7 | 442 | 114 | 106 |
| Binary | 11011010 | 1111000 | 11101101 | 1000 | 110001 | 0 | 111 | 100100010 | 1001100 | 1000110 |
Color Harmonies of #DA78ED
Complementary color
Monochromatic Colors of #DA78ED
Black with #DA78ED
Text Example
Text Example
White with #DA78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78ED; }
p { color: rgb(218,120,237); }
H1.HeaderClassName
{
color: #DA78ED;
}
.AnyTagClassName
{
color: #DA78ED;
}
</style>
background-color css
<style>
a { background-color: #DA78ED; }
a { background-color: rgb(218,120,237); }
div.DivClassName
{
background-color: #DA78ED;
}
.BgClassName
{
background-color: #DA78ED;
}
</style>
border-color css
<style>
span { border-color: #DA78ED; }
span { border-color: rgb(218,120,237); }
td.TdClassName
{
border-color: #DA78ED;
}
.TagClassName
{
border-color: #DA78ED;
}
</style>