Shades of Heliotrope #D171EC
Tints of Heliotrope #D171EC
RGB
CMYK
RGB Variations
Color information
#D171EC (or 0xD171EC) is known color: Heliotrope. HEX triplet: D1, 71 and EC. RGB value is (209,113,236). Sum of RGB (Red+Green+Blue) = 209+113+236=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #D171EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D171EC is #2E8E13. Grayscale: #9B9B9B. Windows color (decimal): -3051028 or 15495633. OLE color: 15495633.
HSL color Cylindrical-coordinate representation of color #D171EC: hue angle of 286.83º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D171EC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 113 | 236 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 286.83º | 0.76% | 0.68% | - |
| HSV(B) | 286.83º | 0.52% | 0.93% | - |
| XYZ | 47.34 | 31.42 | 82.93 | - |
| YUV | 155.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 236 | 0.11 | 0.52 | 0 | 0.07 | 286.83 | 0.76 | 0.68 |
| Hex | D1 | 71 | EC | B | 34 | 0 | 7 | 11F | 4C | 44 |
| Octal | 321 | 161 | 354 | 13 | 64 | 0 | 7 | 437 | 114 | 104 |
| Binary | 11010001 | 1110001 | 11101100 | 1011 | 110100 | 0 | 111 | 100011111 | 1001100 | 1000100 |
Color Harmonies of #D171EC
Complementary color
Monochromatic Colors of #D171EC
Black with #D171EC
Text Example
Text Example
White with #D171EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171EC; }
p { color: rgb(209,113,236); }
H1.HeaderClassName
{
color: #D171EC;
}
.AnyTagClassName
{
color: #D171EC;
}
</style>
background-color css
<style>
a { background-color: #D171EC; }
a { background-color: rgb(209,113,236); }
div.DivClassName
{
background-color: #D171EC;
}
.BgClassName
{
background-color: #D171EC;
}
</style>
border-color css
<style>
span { border-color: #D171EC; }
span { border-color: rgb(209,113,236); }
td.TdClassName
{
border-color: #D171EC;
}
.TagClassName
{
border-color: #D171EC;
}
</style>