Shades of Heliotrope #D84CFC
Tints of Heliotrope #D84CFC
RGB
CMYK
RGB Variations
Color information
#D84CFC (or 0xD84CFC) is known color: Heliotrope. HEX triplet: D8, 4C and FC. RGB value is (216,76,252). Sum of RGB (Red+Green+Blue) = 216+76+252=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 76 (30.08% from 255 or 13.97% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #D84CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D84CFC is #27B303. Grayscale: #898989. Windows color (decimal): -2601732 or 16534744. OLE color: 16534744.
HSL color Cylindrical-coordinate representation of color #D84CFC: hue angle of 287.73º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84CFC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 76 | 252 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.01 |
| HSL | 287.73º | 0.97% | 0.64% | - |
| HSV(B) | 287.73º | 0.7% | 0.99% | - |
| XYZ | 48.47 | 26.8 | 94.71 | - |
| YUV | 137.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 252 | 0.14 | 0.70 | 0 | 0.01 | 287.73 | 0.97 | 0.64 |
| Hex | D8 | 4C | FC | E | 46 | 0 | 1 | 120 | 61 | 40 |
| Octal | 330 | 114 | 374 | 16 | 106 | 0 | 1 | 440 | 141 | 100 |
| Binary | 11011000 | 1001100 | 11111100 | 1110 | 1000110 | 0 | 1 | 100100000 | 1100001 | 1000000 |
Color Harmonies of #D84CFC
Complementary color
Monochromatic Colors of #D84CFC
Black with #D84CFC
Text Example
Text Example
White with #D84CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CFC; }
p { color: rgb(216,76,252); }
H1.HeaderClassName
{
color: #D84CFC;
}
.AnyTagClassName
{
color: #D84CFC;
}
</style>
background-color css
<style>
a { background-color: #D84CFC; }
a { background-color: rgb(216,76,252); }
div.DivClassName
{
background-color: #D84CFC;
}
.BgClassName
{
background-color: #D84CFC;
}
</style>
border-color css
<style>
span { border-color: #D84CFC; }
span { border-color: rgb(216,76,252); }
td.TdClassName
{
border-color: #D84CFC;
}
.TagClassName
{
border-color: #D84CFC;
}
</style>