Shades of Heliotrope #D16BF5
Tints of Heliotrope #D16BF5
RGB
CMYK
RGB Variations
Color information
#D16BF5 (or 0xD16BF5) is known color: Heliotrope. HEX triplet: D1, 6B and F5. RGB value is (209,107,245). Sum of RGB (Red+Green+Blue) = 209+107+245=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #D16BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BF5 is #2E940A. Grayscale: #989898. Windows color (decimal): -3052555 or 16083921. OLE color: 16083921.
HSL color Cylindrical-coordinate representation of color #D16BF5: hue angle of 284.35º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16BF5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 107 | 245 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.04 |
| HSL | 284.35º | 0.87% | 0.69% | - |
| HSV(B) | 284.35º | 0.56% | 0.96% | - |
| XYZ | 48.03 | 30.66 | 89.77 | - |
| YUV | 153.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 245 | 0.15 | 0.56 | 0 | 0.04 | 284.35 | 0.87 | 0.69 |
| Hex | D1 | 6B | F5 | F | 38 | 0 | 4 | 11C | 57 | 45 |
| Octal | 321 | 153 | 365 | 17 | 70 | 0 | 4 | 434 | 127 | 105 |
| Binary | 11010001 | 1101011 | 11110101 | 1111 | 111000 | 0 | 100 | 100011100 | 1010111 | 1000101 |
Color Harmonies of #D16BF5
Complementary color
Monochromatic Colors of #D16BF5
Black with #D16BF5
Text Example
Text Example
White with #D16BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BF5; }
p { color: rgb(209,107,245); }
H1.HeaderClassName
{
color: #D16BF5;
}
.AnyTagClassName
{
color: #D16BF5;
}
</style>
background-color css
<style>
a { background-color: #D16BF5; }
a { background-color: rgb(209,107,245); }
div.DivClassName
{
background-color: #D16BF5;
}
.BgClassName
{
background-color: #D16BF5;
}
</style>
border-color css
<style>
span { border-color: #D16BF5; }
span { border-color: rgb(209,107,245); }
td.TdClassName
{
border-color: #D16BF5;
}
.TagClassName
{
border-color: #D16BF5;
}
</style>