Shades of Heliotrope #D97BFF
Tints of Heliotrope #D97BFF
RGB
CMYK
RGB Variations
Color information
#D97BFF (or 0xD97BFF) is known color: Heliotrope. HEX triplet: D9, 7B and FF. RGB value is (217,123,255). Sum of RGB (Red+Green+Blue) = 217+123+255=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D97BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BFF is #268400. Grayscale: #A5A5A5. Windows color (decimal): -2524161 or 16743385. OLE color: 16743385.
HSL color Cylindrical-coordinate representation of color #D97BFF: hue angle of 282.73º 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 #D97BFF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 123 | 255 | - |
| CMYK | 0.15 | 0.52 | 0 | 0 |
| HSL | 282.73º | 1% | 0.74% | - |
| HSV(B) | 282.73º | 0.52% | 1% | - |
| XYZ | 53.75 | 36.14 | 98.75 | - |
| YUV | 166.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 255 | 0.15 | 0.52 | 0 | 0 | 282.73 | 1 | 0.74 |
| Hex | D9 | 7B | FF | F | 34 | 0 | 0 | 11B | 64 | 4A |
| Octal | 331 | 173 | 377 | 17 | 64 | 0 | 0 | 433 | 144 | 112 |
| Binary | 11011001 | 1111011 | 11111111 | 1111 | 110100 | 0 | 0 | 100011011 | 1100100 | 1001010 |
Color Harmonies of #D97BFF
Complementary color
Monochromatic Colors of #D97BFF
Black with #D97BFF
Text Example
Text Example
White with #D97BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BFF; }
p { color: rgb(217,123,255); }
H1.HeaderClassName
{
color: #D97BFF;
}
.AnyTagClassName
{
color: #D97BFF;
}
</style>
background-color css
<style>
a { background-color: #D97BFF; }
a { background-color: rgb(217,123,255); }
div.DivClassName
{
background-color: #D97BFF;
}
.BgClassName
{
background-color: #D97BFF;
}
</style>
border-color css
<style>
span { border-color: #D97BFF; }
span { border-color: rgb(217,123,255); }
td.TdClassName
{
border-color: #D97BFF;
}
.TagClassName
{
border-color: #D97BFF;
}
</style>