Shades of Heliotrope #D77BFA
Tints of Heliotrope #D77BFA
RGB
CMYK
RGB Variations
Color information
#D77BFA (or 0xD77BFA) is known color: Heliotrope. HEX triplet: D7, 7B and FA. RGB value is (215,123,250). Sum of RGB (Red+Green+Blue) = 215+123+250=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #D77BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFA is #288405. Grayscale: #A4A4A4. Windows color (decimal): -2655238 or 16415703. OLE color: 16415703.
HSL color Cylindrical-coordinate representation of color #D77BFA: hue angle of 283.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77BFA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 123 | 250 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.02 |
| HSL | 283.46º | 0.93% | 0.73% | - |
| HSV(B) | 283.46º | 0.51% | 0.98% | - |
| XYZ | 52.36 | 35.52 | 94.54 | - |
| YUV | 164.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 250 | 0.14 | 0.51 | 0 | 0.02 | 283.46 | 0.93 | 0.73 |
| Hex | D7 | 7B | FA | E | 33 | 0 | 2 | 11B | 5D | 49 |
| Octal | 327 | 173 | 372 | 16 | 63 | 0 | 2 | 433 | 135 | 111 |
| Binary | 11010111 | 1111011 | 11111010 | 1110 | 110011 | 0 | 10 | 100011011 | 1011101 | 1001001 |
Color Harmonies of #D77BFA
Complementary color
Monochromatic Colors of #D77BFA
Black with #D77BFA
Text Example
Text Example
White with #D77BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BFA; }
p { color: rgb(215,123,250); }
H1.HeaderClassName
{
color: #D77BFA;
}
.AnyTagClassName
{
color: #D77BFA;
}
</style>
background-color css
<style>
a { background-color: #D77BFA; }
a { background-color: rgb(215,123,250); }
div.DivClassName
{
background-color: #D77BFA;
}
.BgClassName
{
background-color: #D77BFA;
}
</style>
border-color css
<style>
span { border-color: #D77BFA; }
span { border-color: rgb(215,123,250); }
td.TdClassName
{
border-color: #D77BFA;
}
.TagClassName
{
border-color: #D77BFA;
}
</style>