Shades of Heliotrope #D163FC
Tints of Heliotrope #D163FC
RGB
CMYK
RGB Variations
Color information
#D163FC (or 0xD163FC) is known color: Heliotrope. HEX triplet: D1, 63 and FC. RGB value is (209,99,252). Sum of RGB (Red+Green+Blue) = 209+99+252=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D163FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D163FC is #2E9C03. Grayscale: #949494. Windows color (decimal): -3054596 or 16540625. OLE color: 16540625.
HSL color Cylindrical-coordinate representation of color #D163FC: hue angle of 283.14º 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 #D163FC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 99 | 252 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 283.14º | 0.96% | 0.69% | - |
| HSV(B) | 283.14º | 0.61% | 0.99% | - |
| XYZ | 48.33 | 29.51 | 95.24 | - |
| YUV | 149.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 252 | 0.17 | 0.61 | 0 | 0.01 | 283.14 | 0.96 | 0.69 |
| Hex | D1 | 63 | FC | 11 | 3D | 0 | 1 | 11B | 60 | 45 |
| Octal | 321 | 143 | 374 | 21 | 75 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010001 | 1100011 | 11111100 | 10001 | 111101 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D163FC
Complementary color
Monochromatic Colors of #D163FC
Black with #D163FC
Text Example
Text Example
White with #D163FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163FC; }
p { color: rgb(209,99,252); }
H1.HeaderClassName
{
color: #D163FC;
}
.AnyTagClassName
{
color: #D163FC;
}
</style>
background-color css
<style>
a { background-color: #D163FC; }
a { background-color: rgb(209,99,252); }
div.DivClassName
{
background-color: #D163FC;
}
.BgClassName
{
background-color: #D163FC;
}
</style>
border-color css
<style>
span { border-color: #D163FC; }
span { border-color: rgb(209,99,252); }
td.TdClassName
{
border-color: #D163FC;
}
.TagClassName
{
border-color: #D163FC;
}
</style>