Shades of Heliotrope #D97CFF
Tints of Heliotrope #D97CFF
RGB
CMYK
RGB Variations
Color information
#D97CFF (or 0xD97CFF) is known color: Heliotrope. HEX triplet: D9, 7C and FF. RGB value is (217,124,255). Sum of RGB (Red+Green+Blue) = 217+124+255=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D97CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CFF is #268300. Grayscale: #A6A6A6. Windows color (decimal): -2523905 or 16743641. OLE color: 16743641.
HSL color Cylindrical-coordinate representation of color #D97CFF: hue angle of 282.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97CFF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 124 | 255 | - |
| CMYK | 0.15 | 0.51 | 0 | 0 |
| HSL | 282.6º | 1% | 0.74% | - |
| HSV(B) | 282.6º | 0.51% | 1% | - |
| XYZ | 53.87 | 36.39 | 98.79 | - |
| YUV | 166.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 255 | 0.15 | 0.51 | 0 | 0 | 282.6 | 1 | 0.74 |
| Hex | D9 | 7C | FF | F | 33 | 0 | 0 | 11B | 64 | 4A |
| Octal | 331 | 174 | 377 | 17 | 63 | 0 | 0 | 433 | 144 | 112 |
| Binary | 11011001 | 1111100 | 11111111 | 1111 | 110011 | 0 | 0 | 100011011 | 1100100 | 1001010 |
Color Harmonies of #D97CFF
Complementary color
Monochromatic Colors of #D97CFF
Black with #D97CFF
Text Example
Text Example
White with #D97CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CFF; }
p { color: rgb(217,124,255); }
H1.HeaderClassName
{
color: #D97CFF;
}
.AnyTagClassName
{
color: #D97CFF;
}
</style>
background-color css
<style>
a { background-color: #D97CFF; }
a { background-color: rgb(217,124,255); }
div.DivClassName
{
background-color: #D97CFF;
}
.BgClassName
{
background-color: #D97CFF;
}
</style>
border-color css
<style>
span { border-color: #D97CFF; }
span { border-color: rgb(217,124,255); }
td.TdClassName
{
border-color: #D97CFF;
}
.TagClassName
{
border-color: #D97CFF;
}
</style>