Shades of Heliotrope #D863FC
Tints of Heliotrope #D863FC
RGB
CMYK
RGB Variations
Color information
#D863FC (or 0xD863FC) is known color: Heliotrope. HEX triplet: D8, 63 and FC. RGB value is (216,99,252). Sum of RGB (Red+Green+Blue) = 216+99+252=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #D863FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D863FC is #279C03. Grayscale: #969696. Windows color (decimal): -2595844 or 16540632. OLE color: 16540632.
HSL color Cylindrical-coordinate representation of color #D863FC: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D863FC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 99 | 252 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.01 |
| HSL | 285.88º | 0.96% | 0.69% | - |
| HSV(B) | 285.88º | 0.61% | 0.99% | - |
| XYZ | 50.35 | 30.55 | 95.34 | - |
| YUV | 151.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 252 | 0.14 | 0.61 | 0 | 0.01 | 285.88 | 0.96 | 0.69 |
| Hex | D8 | 63 | FC | E | 3D | 0 | 1 | 11E | 60 | 45 |
| Octal | 330 | 143 | 374 | 16 | 75 | 0 | 1 | 436 | 140 | 105 |
| Binary | 11011000 | 1100011 | 11111100 | 1110 | 111101 | 0 | 1 | 100011110 | 1100000 | 1000101 |
Color Harmonies of #D863FC
Complementary color
Monochromatic Colors of #D863FC
Black with #D863FC
Text Example
Text Example
White with #D863FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863FC; }
p { color: rgb(216,99,252); }
H1.HeaderClassName
{
color: #D863FC;
}
.AnyTagClassName
{
color: #D863FC;
}
</style>
background-color css
<style>
a { background-color: #D863FC; }
a { background-color: rgb(216,99,252); }
div.DivClassName
{
background-color: #D863FC;
}
.BgClassName
{
background-color: #D863FC;
}
</style>
border-color css
<style>
span { border-color: #D863FC; }
span { border-color: rgb(216,99,252); }
td.TdClassName
{
border-color: #D863FC;
}
.TagClassName
{
border-color: #D863FC;
}
</style>