Shades of Heliotrope #D478EB
Tints of Heliotrope #D478EB
RGB
CMYK
RGB Variations
Color information
#D478EB (or 0xD478EB) is known color: Heliotrope. HEX triplet: D4, 78 and EB. RGB value is (212,120,235). Sum of RGB (Red+Green+Blue) = 212+120+235=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #D478EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478EB is #2B8714. Grayscale: #A0A0A0. Windows color (decimal): -2852629 or 15431892. OLE color: 15431892.
HSL color Cylindrical-coordinate representation of color #D478EB: hue angle of 288º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D478EB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 120 | 235 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.08 |
| HSL | 288º | 0.74% | 0.7% | - |
| HSV(B) | 288º | 0.49% | 0.92% | - |
| XYZ | 48.86 | 33.43 | 82.47 | - |
| YUV | 160.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 235 | 0.10 | 0.49 | 0 | 0.08 | 288 | 0.74 | 0.7 |
| Hex | D4 | 78 | EB | A | 31 | 0 | 8 | 120 | 4A | 46 |
| Octal | 324 | 170 | 353 | 12 | 61 | 0 | 10 | 440 | 112 | 106 |
| Binary | 11010100 | 1111000 | 11101011 | 1010 | 110001 | 0 | 1000 | 100100000 | 1001010 | 1000110 |
Color Harmonies of #D478EB
Complementary color
Monochromatic Colors of #D478EB
Black with #D478EB
Text Example
Text Example
White with #D478EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478EB; }
p { color: rgb(212,120,235); }
H1.HeaderClassName
{
color: #D478EB;
}
.AnyTagClassName
{
color: #D478EB;
}
</style>
background-color css
<style>
a { background-color: #D478EB; }
a { background-color: rgb(212,120,235); }
div.DivClassName
{
background-color: #D478EB;
}
.BgClassName
{
background-color: #D478EB;
}
</style>
border-color css
<style>
span { border-color: #D478EB; }
span { border-color: rgb(212,120,235); }
td.TdClassName
{
border-color: #D478EB;
}
.TagClassName
{
border-color: #D478EB;
}
</style>