Shades of Heliotrope #D17BFF
Tints of Heliotrope #D17BFF
RGB
CMYK
RGB Variations
Color information
#D17BFF (or 0xD17BFF) is known color: Heliotrope. HEX triplet: D1, 7B and FF. RGB value is (209,123,255). Sum of RGB (Red+Green+Blue) = 209+123+255=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D17BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17BFF is #2E8400. Grayscale: #A3A3A3. Windows color (decimal): -3048449 or 16743377. OLE color: 16743377.
HSL color Cylindrical-coordinate representation of color #D17BFF: hue angle of 279.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D17BFF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 123 | 255 | - |
| CMYK | 0.18 | 0.52 | 0 | 0 |
| HSL | 279.09º | 1% | 0.74% | - |
| HSV(B) | 279.09º | 0.52% | 1% | - |
| XYZ | 51.43 | 34.94 | 98.64 | - |
| YUV | 163.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 255 | 0.18 | 0.52 | 0 | 0 | 279.09 | 1 | 0.74 |
| Hex | D1 | 7B | FF | 12 | 34 | 0 | 0 | 117 | 64 | 4A |
| Octal | 321 | 173 | 377 | 22 | 64 | 0 | 0 | 427 | 144 | 112 |
| Binary | 11010001 | 1111011 | 11111111 | 10010 | 110100 | 0 | 0 | 100010111 | 1100100 | 1001010 |
Color Harmonies of #D17BFF
Complementary color
Monochromatic Colors of #D17BFF
Black with #D17BFF
Text Example
Text Example
White with #D17BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BFF; }
p { color: rgb(209,123,255); }
H1.HeaderClassName
{
color: #D17BFF;
}
.AnyTagClassName
{
color: #D17BFF;
}
</style>
background-color css
<style>
a { background-color: #D17BFF; }
a { background-color: rgb(209,123,255); }
div.DivClassName
{
background-color: #D17BFF;
}
.BgClassName
{
background-color: #D17BFF;
}
</style>
border-color css
<style>
span { border-color: #D17BFF; }
span { border-color: rgb(209,123,255); }
td.TdClassName
{
border-color: #D17BFF;
}
.TagClassName
{
border-color: #D17BFF;
}
</style>