Shades of Heliotrope #D173FF
Tints of Heliotrope #D173FF
RGB
CMYK
RGB Variations
Color information
#D173FF (or 0xD173FF) is known color: Heliotrope. HEX triplet: D1, 73 and FF. RGB value is (209,115,255). Sum of RGB (Red+Green+Blue) = 209+115+255=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #D173FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D173FF is #2E8C00. Grayscale: #9E9E9E. Windows color (decimal): -3050497 or 16741329. OLE color: 16741329.
HSL color Cylindrical-coordinate representation of color #D173FF: hue angle of 280.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D173FF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 115 | 255 | - |
| CMYK | 0.18 | 0.55 | 0 | 0 |
| HSL | 280.29º | 1% | 0.73% | - |
| HSV(B) | 280.29º | 0.55% | 1% | - |
| XYZ | 50.48 | 33.04 | 98.32 | - |
| YUV | 159.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 255 | 0.18 | 0.55 | 0 | 0 | 280.29 | 1 | 0.73 |
| Hex | D1 | 73 | FF | 12 | 37 | 0 | 0 | 118 | 64 | 49 |
| Octal | 321 | 163 | 377 | 22 | 67 | 0 | 0 | 430 | 144 | 111 |
| Binary | 11010001 | 1110011 | 11111111 | 10010 | 110111 | 0 | 0 | 100011000 | 1100100 | 1001001 |
Color Harmonies of #D173FF
Complementary color
Monochromatic Colors of #D173FF
Black with #D173FF
Text Example
Text Example
White with #D173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173FF; }
p { color: rgb(209,115,255); }
H1.HeaderClassName
{
color: #D173FF;
}
.AnyTagClassName
{
color: #D173FF;
}
</style>
background-color css
<style>
a { background-color: #D173FF; }
a { background-color: rgb(209,115,255); }
div.DivClassName
{
background-color: #D173FF;
}
.BgClassName
{
background-color: #D173FF;
}
</style>
border-color css
<style>
span { border-color: #D173FF; }
span { border-color: rgb(209,115,255); }
td.TdClassName
{
border-color: #D173FF;
}
.TagClassName
{
border-color: #D173FF;
}
</style>