Shades of Heliotrope #D17CF0
Tints of Heliotrope #D17CF0
RGB
CMYK
RGB Variations
Color information
#D17CF0 (or 0xD17CF0) is known color: Heliotrope. HEX triplet: D1, 7C and F0. RGB value is (209,124,240). Sum of RGB (Red+Green+Blue) = 209+124+240=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #D17CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17CF0 is #2E830F. Grayscale: #A2A2A2. Windows color (decimal): -3048208 or 15760593. OLE color: 15760593.
HSL color Cylindrical-coordinate representation of color #D17CF0: hue angle of 283.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17CF0 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 124 | 240 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.06 |
| HSL | 283.97º | 0.79% | 0.71% | - |
| HSV(B) | 283.97º | 0.48% | 0.94% | - |
| XYZ | 49.23 | 34.26 | 86.46 | - |
| YUV | 162.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 240 | 0.13 | 0.48 | 0 | 0.06 | 283.97 | 0.79 | 0.71 |
| Hex | D1 | 7C | F0 | D | 30 | 0 | 6 | 11C | 4F | 47 |
| Octal | 321 | 174 | 360 | 15 | 60 | 0 | 6 | 434 | 117 | 107 |
| Binary | 11010001 | 1111100 | 11110000 | 1101 | 110000 | 0 | 110 | 100011100 | 1001111 | 1000111 |
Color Harmonies of #D17CF0
Complementary color
Monochromatic Colors of #D17CF0
Black with #D17CF0
Text Example
Text Example
White with #D17CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CF0; }
p { color: rgb(209,124,240); }
H1.HeaderClassName
{
color: #D17CF0;
}
.AnyTagClassName
{
color: #D17CF0;
}
</style>
background-color css
<style>
a { background-color: #D17CF0; }
a { background-color: rgb(209,124,240); }
div.DivClassName
{
background-color: #D17CF0;
}
.BgClassName
{
background-color: #D17CF0;
}
</style>
border-color css
<style>
span { border-color: #D17CF0; }
span { border-color: rgb(209,124,240); }
td.TdClassName
{
border-color: #D17CF0;
}
.TagClassName
{
border-color: #D17CF0;
}
</style>