Shades of Heliotrope #D77AFC
Tints of Heliotrope #D77AFC
RGB
CMYK
RGB Variations
Color information
#D77AFC (or 0xD77AFC) is known color: Heliotrope. HEX triplet: D7, 7A and FC. RGB value is (215,122,252). Sum of RGB (Red+Green+Blue) = 215+122+252=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AFC is #288503. Grayscale: #A4A4A4. Windows color (decimal): -2655492 or 16546519. OLE color: 16546519.
HSL color Cylindrical-coordinate representation of color #D77AFC: hue angle of 282.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77AFC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 122 | 252 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.01 |
| HSL | 282.92º | 0.96% | 0.73% | - |
| HSV(B) | 282.92º | 0.52% | 0.99% | - |
| XYZ | 52.55 | 35.39 | 96.16 | - |
| YUV | 164.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 252 | 0.15 | 0.52 | 0 | 0.01 | 282.92 | 0.96 | 0.73 |
| Hex | D7 | 7A | FC | F | 34 | 0 | 1 | 11B | 60 | 49 |
| Octal | 327 | 172 | 374 | 17 | 64 | 0 | 1 | 433 | 140 | 111 |
| Binary | 11010111 | 1111010 | 11111100 | 1111 | 110100 | 0 | 1 | 100011011 | 1100000 | 1001001 |
Color Harmonies of #D77AFC
Complementary color
Monochromatic Colors of #D77AFC
Black with #D77AFC
Text Example
Text Example
White with #D77AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AFC; }
p { color: rgb(215,122,252); }
H1.HeaderClassName
{
color: #D77AFC;
}
.AnyTagClassName
{
color: #D77AFC;
}
</style>
background-color css
<style>
a { background-color: #D77AFC; }
a { background-color: rgb(215,122,252); }
div.DivClassName
{
background-color: #D77AFC;
}
.BgClassName
{
background-color: #D77AFC;
}
</style>
border-color css
<style>
span { border-color: #D77AFC; }
span { border-color: rgb(215,122,252); }
td.TdClassName
{
border-color: #D77AFC;
}
.TagClassName
{
border-color: #D77AFC;
}
</style>