Shades of Heliotrope #D17EFD
Tints of Heliotrope #D17EFD
RGB
CMYK
RGB Variations
Color information
#D17EFD (or 0xD17EFD) is known color: Heliotrope. HEX triplet: D1, 7E and FD. RGB value is (209,126,253). Sum of RGB (Red+Green+Blue) = 209+126+253=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #D17EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17EFD is #2E8102. Grayscale: #A4A4A4. Windows color (decimal): -3047683 or 16613073. OLE color: 16613073.
HSL color Cylindrical-coordinate representation of color #D17EFD: hue angle of 279.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17EFD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 126 | 253 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.01 |
| HSL | 279.21º | 0.97% | 0.74% | - |
| HSV(B) | 279.21º | 0.5% | 0.99% | - |
| XYZ | 51.48 | 35.57 | 97.08 | - |
| YUV | 165.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 253 | 0.17 | 0.50 | 0 | 0.01 | 279.21 | 0.97 | 0.74 |
| Hex | D1 | 7E | FD | 11 | 32 | 0 | 1 | 117 | 61 | 4A |
| Octal | 321 | 176 | 375 | 21 | 62 | 0 | 1 | 427 | 141 | 112 |
| Binary | 11010001 | 1111110 | 11111101 | 10001 | 110010 | 0 | 1 | 100010111 | 1100001 | 1001010 |
Color Harmonies of #D17EFD
Complementary color
Monochromatic Colors of #D17EFD
Black with #D17EFD
Text Example
Text Example
White with #D17EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EFD; }
p { color: rgb(209,126,253); }
H1.HeaderClassName
{
color: #D17EFD;
}
.AnyTagClassName
{
color: #D17EFD;
}
</style>
background-color css
<style>
a { background-color: #D17EFD; }
a { background-color: rgb(209,126,253); }
div.DivClassName
{
background-color: #D17EFD;
}
.BgClassName
{
background-color: #D17EFD;
}
</style>
border-color css
<style>
span { border-color: #D17EFD; }
span { border-color: rgb(209,126,253); }
td.TdClassName
{
border-color: #D17EFD;
}
.TagClassName
{
border-color: #D17EFD;
}
</style>