Shades of Heliotrope #D476F0
Tints of Heliotrope #D476F0
RGB
CMYK
RGB Variations
Color information
#D476F0 (or 0xD476F0) is known color: Heliotrope. HEX triplet: D4, 76 and F0. RGB value is (212,118,240). Sum of RGB (Red+Green+Blue) = 212+118+240=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #D476F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D476F0 is #2B890F. Grayscale: #9F9F9F. Windows color (decimal): -2853136 or 15759060. OLE color: 15759060.
HSL color Cylindrical-coordinate representation of color #D476F0: hue angle of 286.23º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D476F0 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 118 | 240 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.06 |
| HSL | 286.23º | 0.8% | 0.7% | - |
| HSV(B) | 286.23º | 0.51% | 0.94% | - |
| XYZ | 49.36 | 33.25 | 86.25 | - |
| YUV | 160.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 240 | 0.12 | 0.51 | 0 | 0.06 | 286.23 | 0.8 | 0.7 |
| Hex | D4 | 76 | F0 | C | 33 | 0 | 6 | 11E | 50 | 46 |
| Octal | 324 | 166 | 360 | 14 | 63 | 0 | 6 | 436 | 120 | 106 |
| Binary | 11010100 | 1110110 | 11110000 | 1100 | 110011 | 0 | 110 | 100011110 | 1010000 | 1000110 |
Color Harmonies of #D476F0
Complementary color
Monochromatic Colors of #D476F0
Black with #D476F0
Text Example
Text Example
White with #D476F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476F0; }
p { color: rgb(212,118,240); }
H1.HeaderClassName
{
color: #D476F0;
}
.AnyTagClassName
{
color: #D476F0;
}
</style>
background-color css
<style>
a { background-color: #D476F0; }
a { background-color: rgb(212,118,240); }
div.DivClassName
{
background-color: #D476F0;
}
.BgClassName
{
background-color: #D476F0;
}
</style>
border-color css
<style>
span { border-color: #D476F0; }
span { border-color: rgb(212,118,240); }
td.TdClassName
{
border-color: #D476F0;
}
.TagClassName
{
border-color: #D476F0;
}
</style>