Shades of Heliotrope #D77CFC
Tints of Heliotrope #D77CFC
RGB
CMYK
RGB Variations
Color information
#D77CFC (or 0xD77CFC) is known color: Heliotrope. HEX triplet: D7, 7C and FC. RGB value is (215,124,252). Sum of RGB (Red+Green+Blue) = 215+124+252=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CFC is #288303. Grayscale: #A5A5A5. Windows color (decimal): -2654980 or 16547031. OLE color: 16547031.
HSL color Cylindrical-coordinate representation of color #D77CFC: hue angle of 282.66º 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 #D77CFC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 124 | 252 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.66º | 0.96% | 0.74% | - |
| HSV(B) | 282.66º | 0.51% | 0.99% | - |
| XYZ | 52.8 | 35.89 | 96.24 | - |
| YUV | 165.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 252 | 0.15 | 0.51 | 0 | 0.01 | 282.66 | 0.96 | 0.74 |
| Hex | D7 | 7C | FC | F | 33 | 0 | 1 | 11B | 60 | 4A |
| Octal | 327 | 174 | 374 | 17 | 63 | 0 | 1 | 433 | 140 | 112 |
| Binary | 11010111 | 1111100 | 11111100 | 1111 | 110011 | 0 | 1 | 100011011 | 1100000 | 1001010 |
Color Harmonies of #D77CFC
Complementary color
Monochromatic Colors of #D77CFC
Black with #D77CFC
Text Example
Text Example
White with #D77CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CFC; }
p { color: rgb(215,124,252); }
H1.HeaderClassName
{
color: #D77CFC;
}
.AnyTagClassName
{
color: #D77CFC;
}
</style>
background-color css
<style>
a { background-color: #D77CFC; }
a { background-color: rgb(215,124,252); }
div.DivClassName
{
background-color: #D77CFC;
}
.BgClassName
{
background-color: #D77CFC;
}
</style>
border-color css
<style>
span { border-color: #D77CFC; }
span { border-color: rgb(215,124,252); }
td.TdClassName
{
border-color: #D77CFC;
}
.TagClassName
{
border-color: #D77CFC;
}
</style>