Shades of Heliotrope #D97BFA
Tints of Heliotrope #D97BFA
RGB
CMYK
RGB Variations
Color information
#D97BFA (or 0xD97BFA) is known color: Heliotrope. HEX triplet: D9, 7B and FA. RGB value is (217,123,250). Sum of RGB (Red+Green+Blue) = 217+123+250=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D97BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BFA is #268405. Grayscale: #A5A5A5. Windows color (decimal): -2524166 or 16415705. OLE color: 16415705.
HSL color Cylindrical-coordinate representation of color #D97BFA: hue angle of 284.41º degrees, saturation: 0.93, 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 #D97BFA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 123 | 250 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.02 |
| HSL | 284.41º | 0.93% | 0.73% | - |
| HSV(B) | 284.41º | 0.51% | 0.98% | - |
| XYZ | 52.95 | 35.82 | 94.57 | - |
| YUV | 165.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 250 | 0.13 | 0.51 | 0 | 0.02 | 284.41 | 0.93 | 0.73 |
| Hex | D9 | 7B | FA | D | 33 | 0 | 2 | 11C | 5D | 49 |
| Octal | 331 | 173 | 372 | 15 | 63 | 0 | 2 | 434 | 135 | 111 |
| Binary | 11011001 | 1111011 | 11111010 | 1101 | 110011 | 0 | 10 | 100011100 | 1011101 | 1001001 |
Color Harmonies of #D97BFA
Complementary color
Monochromatic Colors of #D97BFA
Black with #D97BFA
Text Example
Text Example
White with #D97BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BFA; }
p { color: rgb(217,123,250); }
H1.HeaderClassName
{
color: #D97BFA;
}
.AnyTagClassName
{
color: #D97BFA;
}
</style>
background-color css
<style>
a { background-color: #D97BFA; }
a { background-color: rgb(217,123,250); }
div.DivClassName
{
background-color: #D97BFA;
}
.BgClassName
{
background-color: #D97BFA;
}
</style>
border-color css
<style>
span { border-color: #D97BFA; }
span { border-color: rgb(217,123,250); }
td.TdClassName
{
border-color: #D97BFA;
}
.TagClassName
{
border-color: #D97BFA;
}
</style>