Shades of Heliotrope #D17DFF
Tints of Heliotrope #D17DFF
RGB
CMYK
RGB Variations
Color information
#D17DFF (or 0xD17DFF) is known color: Heliotrope. HEX triplet: D1, 7D and FF. RGB value is (209,125,255). Sum of RGB (Red+Green+Blue) = 209+125+255=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #D17DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DFF is #2E8200. Grayscale: #A4A4A4. Windows color (decimal): -3047937 or 16743889. OLE color: 16743889.
HSL color Cylindrical-coordinate representation of color #D17DFF: hue angle of 278.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17DFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 125 | 255 | - |
| CMYK | 0.18 | 0.51 | 0 | 0 |
| HSL | 278.77º | 1% | 0.75% | - |
| HSV(B) | 278.77º | 0.51% | 1% | - |
| XYZ | 51.68 | 35.44 | 98.73 | - |
| YUV | 164.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 255 | 0.18 | 0.51 | 0 | 0 | 278.77 | 1 | 0.75 |
| Hex | D1 | 7D | FF | 12 | 33 | 0 | 0 | 117 | 64 | 4B |
| Octal | 321 | 175 | 377 | 22 | 63 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010001 | 1111101 | 11111111 | 10010 | 110011 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D17DFF
Complementary color
Monochromatic Colors of #D17DFF
Black with #D17DFF
Text Example
Text Example
White with #D17DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DFF; }
p { color: rgb(209,125,255); }
H1.HeaderClassName
{
color: #D17DFF;
}
.AnyTagClassName
{
color: #D17DFF;
}
</style>
background-color css
<style>
a { background-color: #D17DFF; }
a { background-color: rgb(209,125,255); }
div.DivClassName
{
background-color: #D17DFF;
}
.BgClassName
{
background-color: #D17DFF;
}
</style>
border-color css
<style>
span { border-color: #D17DFF; }
span { border-color: rgb(209,125,255); }
td.TdClassName
{
border-color: #D17DFF;
}
.TagClassName
{
border-color: #D17DFF;
}
</style>