Shades of Heliotrope #D18BFF
Tints of Heliotrope #D18BFF
RGB
CMYK
RGB Variations
Color information
#D18BFF (or 0xD18BFF) is known color: Heliotrope. HEX triplet: D1, 8B and FF. RGB value is (209,139,255). Sum of RGB (Red+Green+Blue) = 209+139+255=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D18BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BFF is #2E7400. Grayscale: #ACACAC. Windows color (decimal): -3044353 or 16747473. OLE color: 16747473.
HSL color Cylindrical-coordinate representation of color #D18BFF: hue angle of 276.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18BFF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 139 | 255 | - |
| CMYK | 0.18 | 0.45 | 0 | 0 |
| HSL | 276.21º | 1% | 0.77% | - |
| HSV(B) | 276.21º | 0.45% | 1% | - |
| XYZ | 53.58 | 39.24 | 99.36 | - |
| YUV | 173.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 255 | 0.18 | 0.45 | 0 | 0 | 276.21 | 1 | 0.77 |
| Hex | D1 | 8B | FF | 12 | 2D | 0 | 0 | 114 | 64 | 4D |
| Octal | 321 | 213 | 377 | 22 | 55 | 0 | 0 | 424 | 144 | 115 |
| Binary | 11010001 | 10001011 | 11111111 | 10010 | 101101 | 0 | 0 | 100010100 | 1100100 | 1001101 |
Color Harmonies of #D18BFF
Complementary color
Monochromatic Colors of #D18BFF
Black with #D18BFF
Text Example
Text Example
White with #D18BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BFF; }
p { color: rgb(209,139,255); }
H1.HeaderClassName
{
color: #D18BFF;
}
.AnyTagClassName
{
color: #D18BFF;
}
</style>
background-color css
<style>
a { background-color: #D18BFF; }
a { background-color: rgb(209,139,255); }
div.DivClassName
{
background-color: #D18BFF;
}
.BgClassName
{
background-color: #D18BFF;
}
</style>
border-color css
<style>
span { border-color: #D18BFF; }
span { border-color: rgb(209,139,255); }
td.TdClassName
{
border-color: #D18BFF;
}
.TagClassName
{
border-color: #D18BFF;
}
</style>