Shades of Heliotrope #D168FC
Tints of Heliotrope #D168FC
RGB
CMYK
RGB Variations
Color information
#D168FC (or 0xD168FC) is known color: Heliotrope. HEX triplet: D1, 68 and FC. RGB value is (209,104,252). Sum of RGB (Red+Green+Blue) = 209+104+252=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D168FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168FC is #2E9703. Grayscale: #979797. Windows color (decimal): -3053316 or 16541905. OLE color: 16541905.
HSL color Cylindrical-coordinate representation of color #D168FC: hue angle of 282.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D168FC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 104 | 252 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.01 |
| HSL | 282.57º | 0.96% | 0.7% | - |
| HSV(B) | 282.57º | 0.59% | 0.99% | - |
| XYZ | 48.82 | 30.48 | 95.41 | - |
| YUV | 152.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 252 | 0.17 | 0.59 | 0 | 0.01 | 282.57 | 0.96 | 0.7 |
| Hex | D1 | 68 | FC | 11 | 3B | 0 | 1 | 11B | 60 | 46 |
| Octal | 321 | 150 | 374 | 21 | 73 | 0 | 1 | 433 | 140 | 106 |
| Binary | 11010001 | 1101000 | 11111100 | 10001 | 111011 | 0 | 1 | 100011011 | 1100000 | 1000110 |
Color Harmonies of #D168FC
Complementary color
Monochromatic Colors of #D168FC
Black with #D168FC
Text Example
Text Example
White with #D168FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168FC; }
p { color: rgb(209,104,252); }
H1.HeaderClassName
{
color: #D168FC;
}
.AnyTagClassName
{
color: #D168FC;
}
</style>
background-color css
<style>
a { background-color: #D168FC; }
a { background-color: rgb(209,104,252); }
div.DivClassName
{
background-color: #D168FC;
}
.BgClassName
{
background-color: #D168FC;
}
</style>
border-color css
<style>
span { border-color: #D168FC; }
span { border-color: rgb(209,104,252); }
td.TdClassName
{
border-color: #D168FC;
}
.TagClassName
{
border-color: #D168FC;
}
</style>