Shades of Heliotrope #D478FF
Tints of Heliotrope #D478FF
RGB
CMYK
RGB Variations
Color information
#D478FF (or 0xD478FF) is known color: Heliotrope. HEX triplet: D4, 78 and FF. RGB value is (212,120,255). Sum of RGB (Red+Green+Blue) = 212+120+255=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D478FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478FF is #2B8700. Grayscale: #A2A2A2. Windows color (decimal): -2852609 or 16742612. OLE color: 16742612.
HSL color Cylindrical-coordinate representation of color #D478FF: hue angle of 280.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D478FF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 120 | 255 | - |
| CMYK | 0.17 | 0.53 | 0 | 0 |
| HSL | 280.89º | 1% | 0.74% | - |
| HSV(B) | 280.89º | 0.53% | 1% | - |
| XYZ | 51.92 | 34.65 | 98.56 | - |
| YUV | 162.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 255 | 0.17 | 0.53 | 0 | 0 | 280.89 | 1 | 0.74 |
| Hex | D4 | 78 | FF | 11 | 35 | 0 | 0 | 119 | 64 | 4A |
| Octal | 324 | 170 | 377 | 21 | 65 | 0 | 0 | 431 | 144 | 112 |
| Binary | 11010100 | 1111000 | 11111111 | 10001 | 110101 | 0 | 0 | 100011001 | 1100100 | 1001010 |
Color Harmonies of #D478FF
Complementary color
Monochromatic Colors of #D478FF
Black with #D478FF
Text Example
Text Example
White with #D478FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478FF; }
p { color: rgb(212,120,255); }
H1.HeaderClassName
{
color: #D478FF;
}
.AnyTagClassName
{
color: #D478FF;
}
</style>
background-color css
<style>
a { background-color: #D478FF; }
a { background-color: rgb(212,120,255); }
div.DivClassName
{
background-color: #D478FF;
}
.BgClassName
{
background-color: #D478FF;
}
</style>
border-color css
<style>
span { border-color: #D478FF; }
span { border-color: rgb(212,120,255); }
td.TdClassName
{
border-color: #D478FF;
}
.TagClassName
{
border-color: #D478FF;
}
</style>