Shades of Heliotrope #D170FC
Tints of Heliotrope #D170FC
RGB
CMYK
RGB Variations
Color information
#D170FC (or 0xD170FC) is known color: Heliotrope. HEX triplet: D1, 70 and FC. RGB value is (209,112,252). Sum of RGB (Red+Green+Blue) = 209+112+252=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #D170FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170FC is #2E8F03. Grayscale: #9C9C9C. Windows color (decimal): -3051268 or 16543953. OLE color: 16543953.
HSL color Cylindrical-coordinate representation of color #D170FC: hue angle of 281.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D170FC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 112 | 252 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.01 |
| HSL | 281.57º | 0.96% | 0.71% | - |
| HSV(B) | 281.57º | 0.56% | 0.99% | - |
| XYZ | 49.66 | 32.17 | 95.69 | - |
| YUV | 156.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 252 | 0.17 | 0.56 | 0 | 0.01 | 281.57 | 0.96 | 0.71 |
| Hex | D1 | 70 | FC | 11 | 38 | 0 | 1 | 11A | 60 | 47 |
| Octal | 321 | 160 | 374 | 21 | 70 | 0 | 1 | 432 | 140 | 107 |
| Binary | 11010001 | 1110000 | 11111100 | 10001 | 111000 | 0 | 1 | 100011010 | 1100000 | 1000111 |
Color Harmonies of #D170FC
Complementary color
Monochromatic Colors of #D170FC
Black with #D170FC
Text Example
Text Example
White with #D170FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170FC; }
p { color: rgb(209,112,252); }
H1.HeaderClassName
{
color: #D170FC;
}
.AnyTagClassName
{
color: #D170FC;
}
</style>
background-color css
<style>
a { background-color: #D170FC; }
a { background-color: rgb(209,112,252); }
div.DivClassName
{
background-color: #D170FC;
}
.BgClassName
{
background-color: #D170FC;
}
</style>
border-color css
<style>
span { border-color: #D170FC; }
span { border-color: rgb(209,112,252); }
td.TdClassName
{
border-color: #D170FC;
}
.TagClassName
{
border-color: #D170FC;
}
</style>