Shades of Heliotrope #D77DFC
Tints of Heliotrope #D77DFC
RGB
CMYK
RGB Variations
Color information
#D77DFC (or 0xD77DFC) is known color: Heliotrope. HEX triplet: D7, 7D and FC. RGB value is (215,125,252). Sum of RGB (Red+Green+Blue) = 215+125+252=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFC is #288203. Grayscale: #A5A5A5. Windows color (decimal): -2654724 or 16547287. OLE color: 16547287.
HSL color Cylindrical-coordinate representation of color #D77DFC: hue angle of 282.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77DFC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 125 | 252 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.01 |
| HSL | 282.52º | 0.95% | 0.74% | - |
| HSV(B) | 282.52º | 0.5% | 0.99% | - |
| XYZ | 52.93 | 36.14 | 96.28 | - |
| YUV | 166.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 252 | 0.15 | 0.50 | 0 | 0.01 | 282.52 | 0.95 | 0.74 |
| Hex | D7 | 7D | FC | F | 32 | 0 | 1 | 11B | 5F | 4A |
| Octal | 327 | 175 | 374 | 17 | 62 | 0 | 1 | 433 | 137 | 112 |
| Binary | 11010111 | 1111101 | 11111100 | 1111 | 110010 | 0 | 1 | 100011011 | 1011111 | 1001010 |
Color Harmonies of #D77DFC
Complementary color
Monochromatic Colors of #D77DFC
Black with #D77DFC
Text Example
Text Example
White with #D77DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DFC; }
p { color: rgb(215,125,252); }
H1.HeaderClassName
{
color: #D77DFC;
}
.AnyTagClassName
{
color: #D77DFC;
}
</style>
background-color css
<style>
a { background-color: #D77DFC; }
a { background-color: rgb(215,125,252); }
div.DivClassName
{
background-color: #D77DFC;
}
.BgClassName
{
background-color: #D77DFC;
}
</style>
border-color css
<style>
span { border-color: #D77DFC; }
span { border-color: rgb(215,125,252); }
td.TdClassName
{
border-color: #D77DFC;
}
.TagClassName
{
border-color: #D77DFC;
}
</style>