Shades of Heliotrope #D36BFF
Tints of Heliotrope #D36BFF
RGB
CMYK
RGB Variations
Color information
#D36BFF (or 0xD36BFF) is known color: Heliotrope. HEX triplet: D3, 6B and FF. RGB value is (211,107,255). Sum of RGB (Red+Green+Blue) = 211+107+255=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #D36BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BFF is #2C9400. Grayscale: #9A9A9A. Windows color (decimal): -2921473 or 16739283. OLE color: 16739283.
HSL color Cylindrical-coordinate representation of color #D36BFF: hue angle of 282.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D36BFF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 107 | 255 | - |
| CMYK | 0.17 | 0.58 | 0 | 0 |
| HSL | 282.16º | 1% | 0.71% | - |
| HSV(B) | 282.16º | 0.58% | 1% | - |
| XYZ | 50.17 | 31.58 | 98.06 | - |
| YUV | 154.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 255 | 0.17 | 0.58 | 0 | 0 | 282.16 | 1 | 0.71 |
| Hex | D3 | 6B | FF | 11 | 3A | 0 | 0 | 11A | 64 | 47 |
| Octal | 323 | 153 | 377 | 21 | 72 | 0 | 0 | 432 | 144 | 107 |
| Binary | 11010011 | 1101011 | 11111111 | 10001 | 111010 | 0 | 0 | 100011010 | 1100100 | 1000111 |
Color Harmonies of #D36BFF
Complementary color
Monochromatic Colors of #D36BFF
Black with #D36BFF
Text Example
Text Example
White with #D36BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BFF; }
p { color: rgb(211,107,255); }
H1.HeaderClassName
{
color: #D36BFF;
}
.AnyTagClassName
{
color: #D36BFF;
}
</style>
background-color css
<style>
a { background-color: #D36BFF; }
a { background-color: rgb(211,107,255); }
div.DivClassName
{
background-color: #D36BFF;
}
.BgClassName
{
background-color: #D36BFF;
}
</style>
border-color css
<style>
span { border-color: #D36BFF; }
span { border-color: rgb(211,107,255); }
td.TdClassName
{
border-color: #D36BFF;
}
.TagClassName
{
border-color: #D36BFF;
}
</style>