Shades of Heliotrope #D36BF3
Tints of Heliotrope #D36BF3
RGB
CMYK
RGB Variations
Color information
#D36BF3 (or 0xD36BF3) is known color: Heliotrope. HEX triplet: D3, 6B and F3. RGB value is (211,107,243). Sum of RGB (Red+Green+Blue) = 211+107+243=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #D36BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BF3 is #2C940C. Grayscale: #999999. Windows color (decimal): -2921485 or 15952851. OLE color: 15952851.
HSL color Cylindrical-coordinate representation of color #D36BF3: hue angle of 285.88º 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 #D36BF3 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 107 | 243 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.05 |
| HSL | 285.88º | 0.85% | 0.69% | - |
| HSV(B) | 285.88º | 0.56% | 0.95% | - |
| XYZ | 48.3 | 30.84 | 88.2 | - |
| YUV | 153.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 243 | 0.13 | 0.56 | 0 | 0.05 | 285.88 | 0.85 | 0.69 |
| Hex | D3 | 6B | F3 | D | 38 | 0 | 5 | 11E | 55 | 45 |
| Octal | 323 | 153 | 363 | 15 | 70 | 0 | 5 | 436 | 125 | 105 |
| Binary | 11010011 | 1101011 | 11110011 | 1101 | 111000 | 0 | 101 | 100011110 | 1010101 | 1000101 |
Color Harmonies of #D36BF3
Complementary color
Monochromatic Colors of #D36BF3
Black with #D36BF3
Text Example
Text Example
White with #D36BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BF3; }
p { color: rgb(211,107,243); }
H1.HeaderClassName
{
color: #D36BF3;
}
.AnyTagClassName
{
color: #D36BF3;
}
</style>
background-color css
<style>
a { background-color: #D36BF3; }
a { background-color: rgb(211,107,243); }
div.DivClassName
{
background-color: #D36BF3;
}
.BgClassName
{
background-color: #D36BF3;
}
</style>
border-color css
<style>
span { border-color: #D36BF3; }
span { border-color: rgb(211,107,243); }
td.TdClassName
{
border-color: #D36BF3;
}
.TagClassName
{
border-color: #D36BF3;
}
</style>