Shades of Heliotrope #D76FF0
Tints of Heliotrope #D76FF0
RGB
CMYK
RGB Variations
Color information
#D76FF0 (or 0xD76FF0) is known color: Heliotrope. HEX triplet: D7, 6F and F0. RGB value is (215,111,240). Sum of RGB (Red+Green+Blue) = 215+111+240=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D76FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FF0 is #28900F. Grayscale: #9C9C9C. Windows color (decimal): -2658320 or 15757271. OLE color: 15757271.
HSL color Cylindrical-coordinate representation of color #D76FF0: hue angle of 288.37º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76FF0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 111 | 240 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.06 |
| HSL | 288.37º | 0.81% | 0.69% | - |
| HSV(B) | 288.37º | 0.54% | 0.94% | - |
| XYZ | 49.44 | 32.11 | 86.03 | - |
| YUV | 156.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 240 | 0.10 | 0.54 | 0 | 0.06 | 288.37 | 0.81 | 0.69 |
| Hex | D7 | 6F | F0 | A | 36 | 0 | 6 | 120 | 51 | 45 |
| Octal | 327 | 157 | 360 | 12 | 66 | 0 | 6 | 440 | 121 | 105 |
| Binary | 11010111 | 1101111 | 11110000 | 1010 | 110110 | 0 | 110 | 100100000 | 1010001 | 1000101 |
Color Harmonies of #D76FF0
Complementary color
Monochromatic Colors of #D76FF0
Black with #D76FF0
Text Example
Text Example
White with #D76FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FF0; }
p { color: rgb(215,111,240); }
H1.HeaderClassName
{
color: #D76FF0;
}
.AnyTagClassName
{
color: #D76FF0;
}
</style>
background-color css
<style>
a { background-color: #D76FF0; }
a { background-color: rgb(215,111,240); }
div.DivClassName
{
background-color: #D76FF0;
}
.BgClassName
{
background-color: #D76FF0;
}
</style>
border-color css
<style>
span { border-color: #D76FF0; }
span { border-color: rgb(215,111,240); }
td.TdClassName
{
border-color: #D76FF0;
}
.TagClassName
{
border-color: #D76FF0;
}
</style>