Shades of Heliotrope #D17FFA
Tints of Heliotrope #D17FFA
RGB
CMYK
RGB Variations
Color information
#D17FFA (or 0xD17FFA) is known color: Heliotrope. HEX triplet: D1, 7F and FA. RGB value is (209,127,250). Sum of RGB (Red+Green+Blue) = 209+127+250=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D17FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17FFA is #2E8005. Grayscale: #A5A5A5. Windows color (decimal): -3047430 or 16416721. OLE color: 16416721.
HSL color Cylindrical-coordinate representation of color #D17FFA: hue angle of 280º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D17FFA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 127 | 250 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 280º | 0.92% | 0.74% | - |
| HSV(B) | 280º | 0.49% | 0.98% | - |
| XYZ | 51.14 | 35.64 | 94.63 | - |
| YUV | 165.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 250 | 0.16 | 0.49 | 0 | 0.02 | 280 | 0.92 | 0.74 |
| Hex | D1 | 7F | FA | 10 | 31 | 0 | 2 | 118 | 5C | 4A |
| Octal | 321 | 177 | 372 | 20 | 61 | 0 | 2 | 430 | 134 | 112 |
| Binary | 11010001 | 1111111 | 11111010 | 10000 | 110001 | 0 | 10 | 100011000 | 1011100 | 1001010 |
Color Harmonies of #D17FFA
Complementary color
Monochromatic Colors of #D17FFA
Black with #D17FFA
Text Example
Text Example
White with #D17FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FFA; }
p { color: rgb(209,127,250); }
H1.HeaderClassName
{
color: #D17FFA;
}
.AnyTagClassName
{
color: #D17FFA;
}
</style>
background-color css
<style>
a { background-color: #D17FFA; }
a { background-color: rgb(209,127,250); }
div.DivClassName
{
background-color: #D17FFA;
}
.BgClassName
{
background-color: #D17FFA;
}
</style>
border-color css
<style>
span { border-color: #D17FFA; }
span { border-color: rgb(209,127,250); }
td.TdClassName
{
border-color: #D17FFA;
}
.TagClassName
{
border-color: #D17FFA;
}
</style>