Shades of Heliotrope #D17CEB
Tints of Heliotrope #D17CEB
RGB
CMYK
RGB Variations
Color information
#D17CEB (or 0xD17CEB) is known color: Heliotrope. HEX triplet: D1, 7C and EB. RGB value is (209,124,235). Sum of RGB (Red+Green+Blue) = 209+124+235=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #D17CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17CEB is #2E8314. Grayscale: #A1A1A1. Windows color (decimal): -3048213 or 15432913. OLE color: 15432913.
HSL color Cylindrical-coordinate representation of color #D17CEB: hue angle of 285.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D17CEB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 124 | 235 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.08 |
| HSL | 285.95º | 0.74% | 0.7% | - |
| HSV(B) | 285.95º | 0.47% | 0.92% | - |
| XYZ | 48.5 | 33.97 | 82.6 | - |
| YUV | 162.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 235 | 0.11 | 0.47 | 0 | 0.08 | 285.95 | 0.74 | 0.7 |
| Hex | D1 | 7C | EB | B | 2F | 0 | 8 | 11E | 4A | 46 |
| Octal | 321 | 174 | 353 | 13 | 57 | 0 | 10 | 436 | 112 | 106 |
| Binary | 11010001 | 1111100 | 11101011 | 1011 | 101111 | 0 | 1000 | 100011110 | 1001010 | 1000110 |
Color Harmonies of #D17CEB
Complementary color
Monochromatic Colors of #D17CEB
Black with #D17CEB
Text Example
Text Example
White with #D17CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CEB; }
p { color: rgb(209,124,235); }
H1.HeaderClassName
{
color: #D17CEB;
}
.AnyTagClassName
{
color: #D17CEB;
}
</style>
background-color css
<style>
a { background-color: #D17CEB; }
a { background-color: rgb(209,124,235); }
div.DivClassName
{
background-color: #D17CEB;
}
.BgClassName
{
background-color: #D17CEB;
}
</style>
border-color css
<style>
span { border-color: #D17CEB; }
span { border-color: rgb(209,124,235); }
td.TdClassName
{
border-color: #D17CEB;
}
.TagClassName
{
border-color: #D17CEB;
}
</style>