Shades of Heliotrope #D174ED
Tints of Heliotrope #D174ED
RGB
CMYK
RGB Variations
Color information
#D174ED (or 0xD174ED) is known color: Heliotrope. HEX triplet: D1, 74 and ED. RGB value is (209,116,237). Sum of RGB (Red+Green+Blue) = 209+116+237=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D174ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174ED is #2E8B12. Grayscale: #9D9D9D. Windows color (decimal): -3050259 or 15561937. OLE color: 15561937.
HSL color Cylindrical-coordinate representation of color #D174ED: hue angle of 286.12º degrees, saturation: 0.77, 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 #D174ED is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 116 | 237 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.07 |
| HSL | 286.12º | 0.77% | 0.69% | - |
| HSV(B) | 286.12º | 0.51% | 0.93% | - |
| XYZ | 47.83 | 32.16 | 83.81 | - |
| YUV | 157.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 237 | 0.12 | 0.51 | 0 | 0.07 | 286.12 | 0.77 | 0.69 |
| Hex | D1 | 74 | ED | C | 33 | 0 | 7 | 11E | 4D | 45 |
| Octal | 321 | 164 | 355 | 14 | 63 | 0 | 7 | 436 | 115 | 105 |
| Binary | 11010001 | 1110100 | 11101101 | 1100 | 110011 | 0 | 111 | 100011110 | 1001101 | 1000101 |
Color Harmonies of #D174ED
Complementary color
Monochromatic Colors of #D174ED
Black with #D174ED
Text Example
Text Example
White with #D174ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174ED; }
p { color: rgb(209,116,237); }
H1.HeaderClassName
{
color: #D174ED;
}
.AnyTagClassName
{
color: #D174ED;
}
</style>
background-color css
<style>
a { background-color: #D174ED; }
a { background-color: rgb(209,116,237); }
div.DivClassName
{
background-color: #D174ED;
}
.BgClassName
{
background-color: #D174ED;
}
</style>
border-color css
<style>
span { border-color: #D174ED; }
span { border-color: rgb(209,116,237); }
td.TdClassName
{
border-color: #D174ED;
}
.TagClassName
{
border-color: #D174ED;
}
</style>