Shades of Heliotrope #D77CFF
Tints of Heliotrope #D77CFF
RGB
CMYK
RGB Variations
Color information
#D77CFF (or 0xD77CFF) is known color: Heliotrope. HEX triplet: D7, 7C and FF. RGB value is (215,124,255). Sum of RGB (Red+Green+Blue) = 215+124+255=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CFF is #288300. Grayscale: #A5A5A5. Windows color (decimal): -2654977 or 16743639. OLE color: 16743639.
HSL color Cylindrical-coordinate representation of color #D77CFF: hue angle of 281.68º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77CFF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 124 | 255 | - |
| CMYK | 0.16 | 0.51 | 0 | 0 |
| HSL | 281.68º | 1% | 0.74% | - |
| HSV(B) | 281.68º | 0.51% | 1% | - |
| XYZ | 53.28 | 36.08 | 98.76 | - |
| YUV | 166.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 255 | 0.16 | 0.51 | 0 | 0 | 281.68 | 1 | 0.74 |
| Hex | D7 | 7C | FF | 10 | 33 | 0 | 0 | 11A | 64 | 4A |
| Octal | 327 | 174 | 377 | 20 | 63 | 0 | 0 | 432 | 144 | 112 |
| Binary | 11010111 | 1111100 | 11111111 | 10000 | 110011 | 0 | 0 | 100011010 | 1100100 | 1001010 |
Color Harmonies of #D77CFF
Complementary color
Monochromatic Colors of #D77CFF
Black with #D77CFF
Text Example
Text Example
White with #D77CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CFF; }
p { color: rgb(215,124,255); }
H1.HeaderClassName
{
color: #D77CFF;
}
.AnyTagClassName
{
color: #D77CFF;
}
</style>
background-color css
<style>
a { background-color: #D77CFF; }
a { background-color: rgb(215,124,255); }
div.DivClassName
{
background-color: #D77CFF;
}
.BgClassName
{
background-color: #D77CFF;
}
</style>
border-color css
<style>
span { border-color: #D77CFF; }
span { border-color: rgb(215,124,255); }
td.TdClassName
{
border-color: #D77CFF;
}
.TagClassName
{
border-color: #D77CFF;
}
</style>