Shades of Heliotrope #D17BFB
Tints of Heliotrope #D17BFB
RGB
CMYK
RGB Variations
Color information
#D17BFB (or 0xD17BFB) is known color: Heliotrope. HEX triplet: D1, 7B and FB. RGB value is (209,123,251). Sum of RGB (Red+Green+Blue) = 209+123+251=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D17BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17BFB is #2E8404. Grayscale: #A2A2A2. Windows color (decimal): -3048453 or 16481233. OLE color: 16481233.
HSL color Cylindrical-coordinate representation of color #D17BFB: hue angle of 280.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17BFB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 123 | 251 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.02 |
| HSL | 280.31º | 0.94% | 0.73% | - |
| HSV(B) | 280.31º | 0.51% | 0.98% | - |
| XYZ | 50.79 | 34.69 | 95.28 | - |
| YUV | 163.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 251 | 0.17 | 0.51 | 0 | 0.02 | 280.31 | 0.94 | 0.73 |
| Hex | D1 | 7B | FB | 11 | 33 | 0 | 2 | 118 | 5E | 49 |
| Octal | 321 | 173 | 373 | 21 | 63 | 0 | 2 | 430 | 136 | 111 |
| Binary | 11010001 | 1111011 | 11111011 | 10001 | 110011 | 0 | 10 | 100011000 | 1011110 | 1001001 |
Color Harmonies of #D17BFB
Complementary color
Monochromatic Colors of #D17BFB
Black with #D17BFB
Text Example
Text Example
White with #D17BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BFB; }
p { color: rgb(209,123,251); }
H1.HeaderClassName
{
color: #D17BFB;
}
.AnyTagClassName
{
color: #D17BFB;
}
</style>
background-color css
<style>
a { background-color: #D17BFB; }
a { background-color: rgb(209,123,251); }
div.DivClassName
{
background-color: #D17BFB;
}
.BgClassName
{
background-color: #D17BFB;
}
</style>
border-color css
<style>
span { border-color: #D17BFB; }
span { border-color: rgb(209,123,251); }
td.TdClassName
{
border-color: #D17BFB;
}
.TagClassName
{
border-color: #D17BFB;
}
</style>