Shades of Heliotrope #D16BF3
Tints of Heliotrope #D16BF3
RGB
CMYK
RGB Variations
Color information
#D16BF3 (or 0xD16BF3) is known color: Heliotrope. HEX triplet: D1, 6B and F3. RGB value is (209,107,243). Sum of RGB (Red+Green+Blue) = 209+107+243=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #D16BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BF3 is #2E940C. Grayscale: #989898. Windows color (decimal): -3052557 or 15952849. OLE color: 15952849.
HSL color Cylindrical-coordinate representation of color #D16BF3: hue angle of 285º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16BF3 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 107 | 243 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 285º | 0.85% | 0.69% | - |
| HSV(B) | 285º | 0.56% | 0.95% | - |
| XYZ | 47.73 | 30.54 | 88.17 | - |
| YUV | 153 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 243 | 0.14 | 0.56 | 0 | 0.05 | 285 | 0.85 | 0.69 |
| Hex | D1 | 6B | F3 | E | 38 | 0 | 5 | 11D | 55 | 45 |
| Octal | 321 | 153 | 363 | 16 | 70 | 0 | 5 | 435 | 125 | 105 |
| Binary | 11010001 | 1101011 | 11110011 | 1110 | 111000 | 0 | 101 | 100011101 | 1010101 | 1000101 |
Color Harmonies of #D16BF3
Complementary color
Monochromatic Colors of #D16BF3
Black with #D16BF3
Text Example
Text Example
White with #D16BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BF3; }
p { color: rgb(209,107,243); }
H1.HeaderClassName
{
color: #D16BF3;
}
.AnyTagClassName
{
color: #D16BF3;
}
</style>
background-color css
<style>
a { background-color: #D16BF3; }
a { background-color: rgb(209,107,243); }
div.DivClassName
{
background-color: #D16BF3;
}
.BgClassName
{
background-color: #D16BF3;
}
</style>
border-color css
<style>
span { border-color: #D16BF3; }
span { border-color: rgb(209,107,243); }
td.TdClassName
{
border-color: #D16BF3;
}
.TagClassName
{
border-color: #D16BF3;
}
</style>