Shades of Heliotrope #D18BFD
Tints of Heliotrope #D18BFD
RGB
CMYK
RGB Variations
Color information
#D18BFD (or 0xD18BFD) is known color: Heliotrope. HEX triplet: D1, 8B and FD. RGB value is (209,139,253). Sum of RGB (Red+Green+Blue) = 209+139+253=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D18BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BFD is #2E7402. Grayscale: #ACACAC. Windows color (decimal): -3044355 or 16616401. OLE color: 16616401.
HSL color Cylindrical-coordinate representation of color #D18BFD: hue angle of 276.84º degrees, saturation: 0.97, 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 #D18BFD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 139 | 253 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.01 |
| HSL | 276.84º | 0.97% | 0.77% | - |
| HSV(B) | 276.84º | 0.45% | 0.99% | - |
| XYZ | 53.26 | 39.11 | 97.67 | - |
| YUV | 172.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 253 | 0.17 | 0.45 | 0 | 0.01 | 276.84 | 0.97 | 0.77 |
| Hex | D1 | 8B | FD | 11 | 2D | 0 | 1 | 115 | 61 | 4D |
| Octal | 321 | 213 | 375 | 21 | 55 | 0 | 1 | 425 | 141 | 115 |
| Binary | 11010001 | 10001011 | 11111101 | 10001 | 101101 | 0 | 1 | 100010101 | 1100001 | 1001101 |
Color Harmonies of #D18BFD
Complementary color
Monochromatic Colors of #D18BFD
Black with #D18BFD
Text Example
Text Example
White with #D18BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BFD; }
p { color: rgb(209,139,253); }
H1.HeaderClassName
{
color: #D18BFD;
}
.AnyTagClassName
{
color: #D18BFD;
}
</style>
background-color css
<style>
a { background-color: #D18BFD; }
a { background-color: rgb(209,139,253); }
div.DivClassName
{
background-color: #D18BFD;
}
.BgClassName
{
background-color: #D18BFD;
}
</style>
border-color css
<style>
span { border-color: #D18BFD; }
span { border-color: rgb(209,139,253); }
td.TdClassName
{
border-color: #D18BFD;
}
.TagClassName
{
border-color: #D18BFD;
}
</style>