Shades of Heliotrope #D96BFE
Tints of Heliotrope #D96BFE
RGB
CMYK
RGB Variations
Color information
#D96BFE (or 0xD96BFE) is known color: Heliotrope. HEX triplet: D9, 6B and FE. RGB value is (217,107,254). Sum of RGB (Red+Green+Blue) = 217+107+254=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #D96BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFE is #269401. Grayscale: #9C9C9C. Windows color (decimal): -2528258 or 16673753. OLE color: 16673753.
HSL color Cylindrical-coordinate representation of color #D96BFE: hue angle of 284.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96BFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 107 | 254 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.00 |
| HSL | 284.9º | 0.99% | 0.71% | - |
| HSV(B) | 284.9º | 0.58% | 1% | - |
| XYZ | 51.76 | 32.42 | 97.3 | - |
| YUV | 156.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 254 | 0.15 | 0.58 | 0 | 0.00 | 284.9 | 0.99 | 0.71 |
| Hex | D9 | 6B | FE | F | 3A | 0 | 0 | 11D | 63 | 47 |
| Octal | 331 | 153 | 376 | 17 | 72 | 0 | 0 | 435 | 143 | 107 |
| Binary | 11011001 | 1101011 | 11111110 | 1111 | 111010 | 0 | 0 | 100011101 | 1100011 | 1000111 |
Color Harmonies of #D96BFE
Complementary color
Monochromatic Colors of #D96BFE
Black with #D96BFE
Text Example
Text Example
White with #D96BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BFE; }
p { color: rgb(217,107,254); }
H1.HeaderClassName
{
color: #D96BFE;
}
.AnyTagClassName
{
color: #D96BFE;
}
</style>
background-color css
<style>
a { background-color: #D96BFE; }
a { background-color: rgb(217,107,254); }
div.DivClassName
{
background-color: #D96BFE;
}
.BgClassName
{
background-color: #D96BFE;
}
</style>
border-color css
<style>
span { border-color: #D96BFE; }
span { border-color: rgb(217,107,254); }
td.TdClassName
{
border-color: #D96BFE;
}
.TagClassName
{
border-color: #D96BFE;
}
</style>