Shades of Heliotrope #D173EC
Tints of Heliotrope #D173EC
RGB
CMYK
RGB Variations
Color information
#D173EC (or 0xD173EC) is known color: Heliotrope. HEX triplet: D1, 73 and EC. RGB value is (209,115,236). Sum of RGB (Red+Green+Blue) = 209+115+236=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D173EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D173EC is #2E8C13. Grayscale: #9C9C9C. Windows color (decimal): -3050516 or 15496145. OLE color: 15496145.
HSL color Cylindrical-coordinate representation of color #D173EC: hue angle of 286.61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D173EC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 115 | 236 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.07 |
| HSL | 286.61º | 0.76% | 0.69% | - |
| HSV(B) | 286.61º | 0.51% | 0.93% | - |
| XYZ | 47.57 | 31.87 | 83 | - |
| YUV | 156.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 236 | 0.11 | 0.51 | 0 | 0.07 | 286.61 | 0.76 | 0.69 |
| Hex | D1 | 73 | EC | B | 33 | 0 | 7 | 11F | 4C | 45 |
| Octal | 321 | 163 | 354 | 13 | 63 | 0 | 7 | 437 | 114 | 105 |
| Binary | 11010001 | 1110011 | 11101100 | 1011 | 110011 | 0 | 111 | 100011111 | 1001100 | 1000101 |
Color Harmonies of #D173EC
Complementary color
Monochromatic Colors of #D173EC
Black with #D173EC
Text Example
Text Example
White with #D173EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173EC; }
p { color: rgb(209,115,236); }
H1.HeaderClassName
{
color: #D173EC;
}
.AnyTagClassName
{
color: #D173EC;
}
</style>
background-color css
<style>
a { background-color: #D173EC; }
a { background-color: rgb(209,115,236); }
div.DivClassName
{
background-color: #D173EC;
}
.BgClassName
{
background-color: #D173EC;
}
</style>
border-color css
<style>
span { border-color: #D173EC; }
span { border-color: rgb(209,115,236); }
td.TdClassName
{
border-color: #D173EC;
}
.TagClassName
{
border-color: #D173EC;
}
</style>