Shades of Heliotrope #D77FFC
Tints of Heliotrope #D77FFC
RGB
CMYK
RGB Variations
Color information
#D77FFC (or 0xD77FFC) is known color: Heliotrope. HEX triplet: D7, 7F and FC. RGB value is (215,127,252). Sum of RGB (Red+Green+Blue) = 215+127+252=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FFC is #288003. Grayscale: #A7A7A7. Windows color (decimal): -2654212 or 16547799. OLE color: 16547799.
HSL color Cylindrical-coordinate representation of color #D77FFC: hue angle of 282.24º 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 #D77FFC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 127 | 252 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.01 |
| HSL | 282.24º | 0.95% | 0.74% | - |
| HSV(B) | 282.24º | 0.5% | 0.99% | - |
| XYZ | 53.18 | 36.65 | 96.37 | - |
| YUV | 167.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 252 | 0.15 | 0.50 | 0 | 0.01 | 282.24 | 0.95 | 0.74 |
| Hex | D7 | 7F | FC | F | 32 | 0 | 1 | 11A | 5F | 4A |
| Octal | 327 | 177 | 374 | 17 | 62 | 0 | 1 | 432 | 137 | 112 |
| Binary | 11010111 | 1111111 | 11111100 | 1111 | 110010 | 0 | 1 | 100011010 | 1011111 | 1001010 |
Color Harmonies of #D77FFC
Complementary color
Monochromatic Colors of #D77FFC
Black with #D77FFC
Text Example
Text Example
White with #D77FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FFC; }
p { color: rgb(215,127,252); }
H1.HeaderClassName
{
color: #D77FFC;
}
.AnyTagClassName
{
color: #D77FFC;
}
</style>
background-color css
<style>
a { background-color: #D77FFC; }
a { background-color: rgb(215,127,252); }
div.DivClassName
{
background-color: #D77FFC;
}
.BgClassName
{
background-color: #D77FFC;
}
</style>
border-color css
<style>
span { border-color: #D77FFC; }
span { border-color: rgb(215,127,252); }
td.TdClassName
{
border-color: #D77FFC;
}
.TagClassName
{
border-color: #D77FFC;
}
</style>