Shades of Heliotrope #D164FC
Tints of Heliotrope #D164FC
RGB
CMYK
RGB Variations
Color information
#D164FC (or 0xD164FC) is known color: Heliotrope. HEX triplet: D1, 64 and FC. RGB value is (209,100,252). Sum of RGB (Red+Green+Blue) = 209+100+252=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D164FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164FC is #2E9B03. Grayscale: #959595. Windows color (decimal): -3054340 or 16540881. OLE color: 16540881.
HSL color Cylindrical-coordinate representation of color #D164FC: hue angle of 283.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D164FC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 100 | 252 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 283.03º | 0.96% | 0.69% | - |
| HSV(B) | 283.03º | 0.6% | 0.99% | - |
| XYZ | 48.42 | 29.7 | 95.28 | - |
| YUV | 149.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 252 | 0.17 | 0.60 | 0 | 0.01 | 283.03 | 0.96 | 0.69 |
| Hex | D1 | 64 | FC | 11 | 3C | 0 | 1 | 11B | 60 | 45 |
| Octal | 321 | 144 | 374 | 21 | 74 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010001 | 1100100 | 11111100 | 10001 | 111100 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D164FC
Complementary color
Monochromatic Colors of #D164FC
Black with #D164FC
Text Example
Text Example
White with #D164FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164FC; }
p { color: rgb(209,100,252); }
H1.HeaderClassName
{
color: #D164FC;
}
.AnyTagClassName
{
color: #D164FC;
}
</style>
background-color css
<style>
a { background-color: #D164FC; }
a { background-color: rgb(209,100,252); }
div.DivClassName
{
background-color: #D164FC;
}
.BgClassName
{
background-color: #D164FC;
}
</style>
border-color css
<style>
span { border-color: #D164FC; }
span { border-color: rgb(209,100,252); }
td.TdClassName
{
border-color: #D164FC;
}
.TagClassName
{
border-color: #D164FC;
}
</style>