Shades of Heliotrope #D77BFC
Tints of Heliotrope #D77BFC
RGB
CMYK
RGB Variations
Color information
#D77BFC (or 0xD77BFC) is known color: Heliotrope. HEX triplet: D7, 7B and FC. RGB value is (215,123,252). Sum of RGB (Red+Green+Blue) = 215+123+252=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFC is #288403. Grayscale: #A4A4A4. Windows color (decimal): -2655236 or 16546775. OLE color: 16546775.
HSL color Cylindrical-coordinate representation of color #D77BFC: hue angle of 282.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77BFC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 123 | 252 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.79º | 0.96% | 0.74% | - |
| HSV(B) | 282.79º | 0.51% | 0.99% | - |
| XYZ | 52.68 | 35.64 | 96.2 | - |
| YUV | 165.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 252 | 0.15 | 0.51 | 0 | 0.01 | 282.79 | 0.96 | 0.74 |
| Hex | D7 | 7B | FC | F | 33 | 0 | 1 | 11B | 60 | 4A |
| Octal | 327 | 173 | 374 | 17 | 63 | 0 | 1 | 433 | 140 | 112 |
| Binary | 11010111 | 1111011 | 11111100 | 1111 | 110011 | 0 | 1 | 100011011 | 1100000 | 1001010 |
Color Harmonies of #D77BFC
Complementary color
Monochromatic Colors of #D77BFC
Black with #D77BFC
Text Example
Text Example
White with #D77BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BFC; }
p { color: rgb(215,123,252); }
H1.HeaderClassName
{
color: #D77BFC;
}
.AnyTagClassName
{
color: #D77BFC;
}
</style>
background-color css
<style>
a { background-color: #D77BFC; }
a { background-color: rgb(215,123,252); }
div.DivClassName
{
background-color: #D77BFC;
}
.BgClassName
{
background-color: #D77BFC;
}
</style>
border-color css
<style>
span { border-color: #D77BFC; }
span { border-color: rgb(215,123,252); }
td.TdClassName
{
border-color: #D77BFC;
}
.TagClassName
{
border-color: #D77BFC;
}
</style>