Shades of Heliotrope #D18BFC
Tints of Heliotrope #D18BFC
RGB
CMYK
RGB Variations
Color information
#D18BFC (or 0xD18BFC) is known color: Heliotrope. HEX triplet: D1, 8B and FC. RGB value is (209,139,252). Sum of RGB (Red+Green+Blue) = 209+139+252=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D18BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BFC is #2E7403. Grayscale: #ACACAC. Windows color (decimal): -3044356 or 16550865. OLE color: 16550865.
HSL color Cylindrical-coordinate representation of color #D18BFC: hue angle of 277.17º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18BFC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 139 | 252 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.01 |
| HSL | 277.17º | 0.95% | 0.77% | - |
| HSV(B) | 277.17º | 0.45% | 0.99% | - |
| XYZ | 53.1 | 39.05 | 96.83 | - |
| YUV | 172.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 252 | 0.17 | 0.45 | 0 | 0.01 | 277.17 | 0.95 | 0.77 |
| Hex | D1 | 8B | FC | 11 | 2D | 0 | 1 | 115 | 5F | 4D |
| Octal | 321 | 213 | 374 | 21 | 55 | 0 | 1 | 425 | 137 | 115 |
| Binary | 11010001 | 10001011 | 11111100 | 10001 | 101101 | 0 | 1 | 100010101 | 1011111 | 1001101 |
Color Harmonies of #D18BFC
Complementary color
Monochromatic Colors of #D18BFC
Black with #D18BFC
Text Example
Text Example
White with #D18BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BFC; }
p { color: rgb(209,139,252); }
H1.HeaderClassName
{
color: #D18BFC;
}
.AnyTagClassName
{
color: #D18BFC;
}
</style>
background-color css
<style>
a { background-color: #D18BFC; }
a { background-color: rgb(209,139,252); }
div.DivClassName
{
background-color: #D18BFC;
}
.BgClassName
{
background-color: #D18BFC;
}
</style>
border-color css
<style>
span { border-color: #D18BFC; }
span { border-color: rgb(209,139,252); }
td.TdClassName
{
border-color: #D18BFC;
}
.TagClassName
{
border-color: #D18BFC;
}
</style>