Shades of Heliotrope #D36BFC
Tints of Heliotrope #D36BFC
RGB
CMYK
RGB Variations
Color information
#D36BFC (or 0xD36BFC) is known color: Heliotrope. HEX triplet: D3, 6B and FC. RGB value is (211,107,252). Sum of RGB (Red+Green+Blue) = 211+107+252=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #D36BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BFC is #2C9403. Grayscale: #9A9A9A. Windows color (decimal): -2921476 or 16542675. OLE color: 16542675.
HSL color Cylindrical-coordinate representation of color #D36BFC: hue angle of 283.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D36BFC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 107 | 252 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.01 |
| HSL | 283.03º | 0.96% | 0.7% | - |
| HSV(B) | 283.03º | 0.58% | 0.99% | - |
| XYZ | 49.69 | 31.39 | 95.54 | - |
| YUV | 154.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 252 | 0.16 | 0.58 | 0 | 0.01 | 283.03 | 0.96 | 0.7 |
| Hex | D3 | 6B | FC | 10 | 3A | 0 | 1 | 11B | 60 | 46 |
| Octal | 323 | 153 | 374 | 20 | 72 | 0 | 1 | 433 | 140 | 106 |
| Binary | 11010011 | 1101011 | 11111100 | 10000 | 111010 | 0 | 1 | 100011011 | 1100000 | 1000110 |
Color Harmonies of #D36BFC
Complementary color
Monochromatic Colors of #D36BFC
Black with #D36BFC
Text Example
Text Example
White with #D36BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BFC; }
p { color: rgb(211,107,252); }
H1.HeaderClassName
{
color: #D36BFC;
}
.AnyTagClassName
{
color: #D36BFC;
}
</style>
background-color css
<style>
a { background-color: #D36BFC; }
a { background-color: rgb(211,107,252); }
div.DivClassName
{
background-color: #D36BFC;
}
.BgClassName
{
background-color: #D36BFC;
}
</style>
border-color css
<style>
span { border-color: #D36BFC; }
span { border-color: rgb(211,107,252); }
td.TdClassName
{
border-color: #D36BFC;
}
.TagClassName
{
border-color: #D36BFC;
}
</style>