Shades of Heliotrope #D478ED
Tints of Heliotrope #D478ED
RGB
CMYK
RGB Variations
Color information
#D478ED (or 0xD478ED) is known color: Heliotrope. HEX triplet: D4, 78 and ED. RGB value is (212,120,237). Sum of RGB (Red+Green+Blue) = 212+120+237=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #D478ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478ED is #2B8712. Grayscale: #A0A0A0. Windows color (decimal): -2852627 or 15562964. OLE color: 15562964.
HSL color Cylindrical-coordinate representation of color #D478ED: hue angle of 287.18º 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 #D478ED is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 120 | 237 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 287.18º | 0.76% | 0.7% | - |
| HSV(B) | 287.18º | 0.49% | 0.93% | - |
| XYZ | 49.15 | 33.54 | 84 | - |
| YUV | 160.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 237 | 0.11 | 0.49 | 0 | 0.07 | 287.18 | 0.76 | 0.7 |
| Hex | D4 | 78 | ED | B | 31 | 0 | 7 | 11F | 4C | 46 |
| Octal | 324 | 170 | 355 | 13 | 61 | 0 | 7 | 437 | 114 | 106 |
| Binary | 11010100 | 1111000 | 11101101 | 1011 | 110001 | 0 | 111 | 100011111 | 1001100 | 1000110 |
Color Harmonies of #D478ED
Complementary color
Monochromatic Colors of #D478ED
Black with #D478ED
Text Example
Text Example
White with #D478ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478ED; }
p { color: rgb(212,120,237); }
H1.HeaderClassName
{
color: #D478ED;
}
.AnyTagClassName
{
color: #D478ED;
}
</style>
background-color css
<style>
a { background-color: #D478ED; }
a { background-color: rgb(212,120,237); }
div.DivClassName
{
background-color: #D478ED;
}
.BgClassName
{
background-color: #D478ED;
}
</style>
border-color css
<style>
span { border-color: #D478ED; }
span { border-color: rgb(212,120,237); }
td.TdClassName
{
border-color: #D478ED;
}
.TagClassName
{
border-color: #D478ED;
}
</style>