Shades of Heliotrope #D77FF0
Tints of Heliotrope #D77FF0
RGB
CMYK
RGB Variations
Color information
#D77FF0 (or 0xD77FF0) is known color: Heliotrope. HEX triplet: D7, 7F and F0. RGB value is (215,127,240). Sum of RGB (Red+Green+Blue) = 215+127+240=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #D77FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FF0 is #28800F. Grayscale: #A5A5A5. Windows color (decimal): -2654224 or 15761367. OLE color: 15761367.
HSL color Cylindrical-coordinate representation of color #D77FF0: hue angle of 286.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77FF0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 127 | 240 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.06 |
| HSL | 286.73º | 0.79% | 0.72% | - |
| HSV(B) | 286.73º | 0.47% | 0.94% | - |
| XYZ | 51.34 | 35.92 | 86.66 | - |
| YUV | 166.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 240 | 0.10 | 0.47 | 0 | 0.06 | 286.73 | 0.79 | 0.72 |
| Hex | D7 | 7F | F0 | A | 2F | 0 | 6 | 11F | 4F | 48 |
| Octal | 327 | 177 | 360 | 12 | 57 | 0 | 6 | 437 | 117 | 110 |
| Binary | 11010111 | 1111111 | 11110000 | 1010 | 101111 | 0 | 110 | 100011111 | 1001111 | 1001000 |
Color Harmonies of #D77FF0
Complementary color
Monochromatic Colors of #D77FF0
Black with #D77FF0
Text Example
Text Example
White with #D77FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FF0; }
p { color: rgb(215,127,240); }
H1.HeaderClassName
{
color: #D77FF0;
}
.AnyTagClassName
{
color: #D77FF0;
}
</style>
background-color css
<style>
a { background-color: #D77FF0; }
a { background-color: rgb(215,127,240); }
div.DivClassName
{
background-color: #D77FF0;
}
.BgClassName
{
background-color: #D77FF0;
}
</style>
border-color css
<style>
span { border-color: #D77FF0; }
span { border-color: rgb(215,127,240); }
td.TdClassName
{
border-color: #D77FF0;
}
.TagClassName
{
border-color: #D77FF0;
}
</style>