Shades of Heliotrope #D15BFC
Tints of Heliotrope #D15BFC
RGB
CMYK
RGB Variations
Color information
#D15BFC (or 0xD15BFC) is known color: Heliotrope. HEX triplet: D1, 5B and FC. RGB value is (209,91,252). Sum of RGB (Red+Green+Blue) = 209+91+252=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 91 (35.94% from 255 or 16.49% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15BFC is #2EA403. Grayscale: #909090. Windows color (decimal): -3056644 or 16538577. OLE color: 16538577.
HSL color Cylindrical-coordinate representation of color #D15BFC: hue angle of 283.98º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D15BFC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 91 | 252 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.01 |
| HSL | 283.98º | 0.96% | 0.67% | - |
| HSV(B) | 283.98º | 0.64% | 0.99% | - |
| XYZ | 47.61 | 28.07 | 95 | - |
| YUV | 144.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 252 | 0.17 | 0.64 | 0 | 0.01 | 283.98 | 0.96 | 0.67 |
| Hex | D1 | 5B | FC | 11 | 40 | 0 | 1 | 11C | 60 | 43 |
| Octal | 321 | 133 | 374 | 21 | 100 | 0 | 1 | 434 | 140 | 103 |
| Binary | 11010001 | 1011011 | 11111100 | 10001 | 1000000 | 0 | 1 | 100011100 | 1100000 | 1000011 |
Color Harmonies of #D15BFC
Complementary color
Monochromatic Colors of #D15BFC
Black with #D15BFC
Text Example
Text Example
White with #D15BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BFC; }
p { color: rgb(209,91,252); }
H1.HeaderClassName
{
color: #D15BFC;
}
.AnyTagClassName
{
color: #D15BFC;
}
</style>
background-color css
<style>
a { background-color: #D15BFC; }
a { background-color: rgb(209,91,252); }
div.DivClassName
{
background-color: #D15BFC;
}
.BgClassName
{
background-color: #D15BFC;
}
</style>
border-color css
<style>
span { border-color: #D15BFC; }
span { border-color: rgb(209,91,252); }
td.TdClassName
{
border-color: #D15BFC;
}
.TagClassName
{
border-color: #D15BFC;
}
</style>