Shades of Heliotrope #D16BEE
Tints of Heliotrope #D16BEE
RGB
CMYK
RGB Variations
Color information
#D16BEE (or 0xD16BEE) is known color: Heliotrope. HEX triplet: D1, 6B and EE. RGB value is (209,107,238). Sum of RGB (Red+Green+Blue) = 209+107+238=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D16BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BEE is #2E9411. Grayscale: #989898. Windows color (decimal): -3052562 or 15625169. OLE color: 15625169.
HSL color Cylindrical-coordinate representation of color #D16BEE: hue angle of 286.72º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16BEE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 107 | 238 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 286.72º | 0.79% | 0.68% | - |
| HSV(B) | 286.72º | 0.55% | 0.93% | - |
| XYZ | 46.98 | 30.24 | 84.25 | - |
| YUV | 152.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 238 | 0.12 | 0.55 | 0 | 0.07 | 286.72 | 0.79 | 0.68 |
| Hex | D1 | 6B | EE | C | 37 | 0 | 7 | 11F | 4F | 44 |
| Octal | 321 | 153 | 356 | 14 | 67 | 0 | 7 | 437 | 117 | 104 |
| Binary | 11010001 | 1101011 | 11101110 | 1100 | 110111 | 0 | 111 | 100011111 | 1001111 | 1000100 |
Color Harmonies of #D16BEE
Complementary color
Monochromatic Colors of #D16BEE
Black with #D16BEE
Text Example
Text Example
White with #D16BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BEE; }
p { color: rgb(209,107,238); }
H1.HeaderClassName
{
color: #D16BEE;
}
.AnyTagClassName
{
color: #D16BEE;
}
</style>
background-color css
<style>
a { background-color: #D16BEE; }
a { background-color: rgb(209,107,238); }
div.DivClassName
{
background-color: #D16BEE;
}
.BgClassName
{
background-color: #D16BEE;
}
</style>
border-color css
<style>
span { border-color: #D16BEE; }
span { border-color: rgb(209,107,238); }
td.TdClassName
{
border-color: #D16BEE;
}
.TagClassName
{
border-color: #D16BEE;
}
</style>