Shades of Heliotrope #D97CFC
Tints of Heliotrope #D97CFC
RGB
CMYK
RGB Variations
Color information
#D97CFC (or 0xD97CFC) is known color: Heliotrope. HEX triplet: D9, 7C and FC. RGB value is (217,124,252). Sum of RGB (Red+Green+Blue) = 217+124+252=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #D97CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CFC is #268303. Grayscale: #A5A5A5. Windows color (decimal): -2523908 or 16547033. OLE color: 16547033.
HSL color Cylindrical-coordinate representation of color #D97CFC: hue angle of 283.59º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97CFC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 124 | 252 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.01 |
| HSL | 283.59º | 0.96% | 0.74% | - |
| HSV(B) | 283.59º | 0.51% | 0.99% | - |
| XYZ | 53.39 | 36.2 | 96.27 | - |
| YUV | 166.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 252 | 0.14 | 0.51 | 0 | 0.01 | 283.59 | 0.96 | 0.74 |
| Hex | D9 | 7C | FC | E | 33 | 0 | 1 | 11C | 60 | 4A |
| Octal | 331 | 174 | 374 | 16 | 63 | 0 | 1 | 434 | 140 | 112 |
| Binary | 11011001 | 1111100 | 11111100 | 1110 | 110011 | 0 | 1 | 100011100 | 1100000 | 1001010 |
Color Harmonies of #D97CFC
Complementary color
Monochromatic Colors of #D97CFC
Black with #D97CFC
Text Example
Text Example
White with #D97CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CFC; }
p { color: rgb(217,124,252); }
H1.HeaderClassName
{
color: #D97CFC;
}
.AnyTagClassName
{
color: #D97CFC;
}
</style>
background-color css
<style>
a { background-color: #D97CFC; }
a { background-color: rgb(217,124,252); }
div.DivClassName
{
background-color: #D97CFC;
}
.BgClassName
{
background-color: #D97CFC;
}
</style>
border-color css
<style>
span { border-color: #D97CFC; }
span { border-color: rgb(217,124,252); }
td.TdClassName
{
border-color: #D97CFC;
}
.TagClassName
{
border-color: #D97CFC;
}
</style>