Shades of Heliotrope #D776F0
Tints of Heliotrope #D776F0
RGB
CMYK
RGB Variations
Color information
#D776F0 (or 0xD776F0) is known color: Heliotrope. HEX triplet: D7, 76 and F0. RGB value is (215,118,240). Sum of RGB (Red+Green+Blue) = 215+118+240=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #D776F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776F0 is #28890F. Grayscale: #A0A0A0. Windows color (decimal): -2656528 or 15759063. OLE color: 15759063.
HSL color Cylindrical-coordinate representation of color #D776F0: hue angle of 287.7º 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 #D776F0 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 118 | 240 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.06 |
| HSL | 287.7º | 0.8% | 0.7% | - |
| HSV(B) | 287.7º | 0.51% | 0.94% | - |
| XYZ | 50.23 | 33.7 | 86.29 | - |
| YUV | 160.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 240 | 0.10 | 0.51 | 0 | 0.06 | 287.7 | 0.8 | 0.7 |
| Hex | D7 | 76 | F0 | A | 33 | 0 | 6 | 120 | 50 | 46 |
| Octal | 327 | 166 | 360 | 12 | 63 | 0 | 6 | 440 | 120 | 106 |
| Binary | 11010111 | 1110110 | 11110000 | 1010 | 110011 | 0 | 110 | 100100000 | 1010000 | 1000110 |
Color Harmonies of #D776F0
Complementary color
Monochromatic Colors of #D776F0
Black with #D776F0
Text Example
Text Example
White with #D776F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776F0; }
p { color: rgb(215,118,240); }
H1.HeaderClassName
{
color: #D776F0;
}
.AnyTagClassName
{
color: #D776F0;
}
</style>
background-color css
<style>
a { background-color: #D776F0; }
a { background-color: rgb(215,118,240); }
div.DivClassName
{
background-color: #D776F0;
}
.BgClassName
{
background-color: #D776F0;
}
</style>
border-color css
<style>
span { border-color: #D776F0; }
span { border-color: rgb(215,118,240); }
td.TdClassName
{
border-color: #D776F0;
}
.TagClassName
{
border-color: #D776F0;
}
</style>