Shades of Heliotrope #D96CF8
Tints of Heliotrope #D96CF8
RGB
CMYK
RGB Variations
Color information
#D96CF8 (or 0xD96CF8) is known color: Heliotrope. HEX triplet: D9, 6C and F8. RGB value is (217,108,248). Sum of RGB (Red+Green+Blue) = 217+108+248=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #D96CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CF8 is #269307. Grayscale: #9C9C9C. Windows color (decimal): -2528008 or 16280793. OLE color: 16280793.
HSL color Cylindrical-coordinate representation of color #D96CF8: hue angle of 286.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96CF8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 108 | 248 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.03 |
| HSL | 286.71º | 0.91% | 0.7% | - |
| HSV(B) | 286.71º | 0.56% | 0.97% | - |
| XYZ | 50.92 | 32.25 | 92.35 | - |
| YUV | 156.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 248 | 0.12 | 0.56 | 0 | 0.03 | 286.71 | 0.91 | 0.7 |
| Hex | D9 | 6C | F8 | C | 38 | 0 | 3 | 11F | 5B | 46 |
| Octal | 331 | 154 | 370 | 14 | 70 | 0 | 3 | 437 | 133 | 106 |
| Binary | 11011001 | 1101100 | 11111000 | 1100 | 111000 | 0 | 11 | 100011111 | 1011011 | 1000110 |
Color Harmonies of #D96CF8
Complementary color
Monochromatic Colors of #D96CF8
Black with #D96CF8
Text Example
Text Example
White with #D96CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CF8; }
p { color: rgb(217,108,248); }
H1.HeaderClassName
{
color: #D96CF8;
}
.AnyTagClassName
{
color: #D96CF8;
}
</style>
background-color css
<style>
a { background-color: #D96CF8; }
a { background-color: rgb(217,108,248); }
div.DivClassName
{
background-color: #D96CF8;
}
.BgClassName
{
background-color: #D96CF8;
}
</style>
border-color css
<style>
span { border-color: #D96CF8; }
span { border-color: rgb(217,108,248); }
td.TdClassName
{
border-color: #D96CF8;
}
.TagClassName
{
border-color: #D96CF8;
}
</style>