Shades of Heliotrope #D76EFF
Tints of Heliotrope #D76EFF
RGB
CMYK
RGB Variations
Color information
#D76EFF (or 0xD76EFF) is known color: Heliotrope. HEX triplet: D7, 6E and FF. RGB value is (215,110,255). Sum of RGB (Red+Green+Blue) = 215+110+255=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #D76EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EFF is #289100. Grayscale: #9D9D9D. Windows color (decimal): -2658561 or 16740055. OLE color: 16740055.
HSL color Cylindrical-coordinate representation of color #D76EFF: hue angle of 283.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D76EFF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 110 | 255 | - |
| CMYK | 0.16 | 0.57 | 0 | 0 |
| HSL | 283.45º | 1% | 0.72% | - |
| HSV(B) | 283.45º | 0.57% | 1% | - |
| XYZ | 51.65 | 32.82 | 98.22 | - |
| YUV | 157.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 255 | 0.16 | 0.57 | 0 | 0 | 283.45 | 1 | 0.72 |
| Hex | D7 | 6E | FF | 10 | 39 | 0 | 0 | 11B | 64 | 48 |
| Octal | 327 | 156 | 377 | 20 | 71 | 0 | 0 | 433 | 144 | 110 |
| Binary | 11010111 | 1101110 | 11111111 | 10000 | 111001 | 0 | 0 | 100011011 | 1100100 | 1001000 |
Color Harmonies of #D76EFF
Complementary color
Monochromatic Colors of #D76EFF
Black with #D76EFF
Text Example
Text Example
White with #D76EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EFF; }
p { color: rgb(215,110,255); }
H1.HeaderClassName
{
color: #D76EFF;
}
.AnyTagClassName
{
color: #D76EFF;
}
</style>
background-color css
<style>
a { background-color: #D76EFF; }
a { background-color: rgb(215,110,255); }
div.DivClassName
{
background-color: #D76EFF;
}
.BgClassName
{
background-color: #D76EFF;
}
</style>
border-color css
<style>
span { border-color: #D76EFF; }
span { border-color: rgb(215,110,255); }
td.TdClassName
{
border-color: #D76EFF;
}
.TagClassName
{
border-color: #D76EFF;
}
</style>