Shades of Heliotrope #D97CFE
Tints of Heliotrope #D97CFE
RGB
CMYK
RGB Variations
Color information
#D97CFE (or 0xD97CFE) is known color: Heliotrope. HEX triplet: D9, 7C and FE. RGB value is (217,124,254). Sum of RGB (Red+Green+Blue) = 217+124+254=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #D97CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CFE is #268301. Grayscale: #A6A6A6. Windows color (decimal): -2523906 or 16678105. OLE color: 16678105.
HSL color Cylindrical-coordinate representation of color #D97CFE: hue angle of 282.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97CFE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 124 | 254 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.00 |
| HSL | 282.92º | 0.98% | 0.74% | - |
| HSV(B) | 282.92º | 0.51% | 1% | - |
| XYZ | 53.71 | 36.32 | 97.95 | - |
| YUV | 166.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 254 | 0.15 | 0.51 | 0 | 0.00 | 282.92 | 0.98 | 0.74 |
| Hex | D9 | 7C | FE | F | 33 | 0 | 0 | 11B | 62 | 4A |
| Octal | 331 | 174 | 376 | 17 | 63 | 0 | 0 | 433 | 142 | 112 |
| Binary | 11011001 | 1111100 | 11111110 | 1111 | 110011 | 0 | 0 | 100011011 | 1100010 | 1001010 |
Color Harmonies of #D97CFE
Complementary color
Monochromatic Colors of #D97CFE
Black with #D97CFE
Text Example
Text Example
White with #D97CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CFE; }
p { color: rgb(217,124,254); }
H1.HeaderClassName
{
color: #D97CFE;
}
.AnyTagClassName
{
color: #D97CFE;
}
</style>
background-color css
<style>
a { background-color: #D97CFE; }
a { background-color: rgb(217,124,254); }
div.DivClassName
{
background-color: #D97CFE;
}
.BgClassName
{
background-color: #D97CFE;
}
</style>
border-color css
<style>
span { border-color: #D97CFE; }
span { border-color: rgb(217,124,254); }
td.TdClassName
{
border-color: #D97CFE;
}
.TagClassName
{
border-color: #D97CFE;
}
</style>