Shades of Heliotrope #D18AFB
Tints of Heliotrope #D18AFB
RGB
CMYK
RGB Variations
Color information
#D18AFB (or 0xD18AFB) is known color: Heliotrope. HEX triplet: D1, 8A and FB. RGB value is (209,138,251). Sum of RGB (Red+Green+Blue) = 209+138+251=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #D18AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AFB is #2E7504. Grayscale: #ABABAB. Windows color (decimal): -3044613 or 16485073. OLE color: 16485073.
HSL color Cylindrical-coordinate representation of color #D18AFB: hue angle of 277.7º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18AFB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 138 | 251 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.02 |
| HSL | 277.7º | 0.93% | 0.76% | - |
| HSV(B) | 277.7º | 0.45% | 0.98% | - |
| XYZ | 52.8 | 38.7 | 95.95 | - |
| YUV | 172.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 251 | 0.17 | 0.45 | 0 | 0.02 | 277.7 | 0.93 | 0.76 |
| Hex | D1 | 8A | FB | 11 | 2D | 0 | 2 | 116 | 5D | 4C |
| Octal | 321 | 212 | 373 | 21 | 55 | 0 | 2 | 426 | 135 | 114 |
| Binary | 11010001 | 10001010 | 11111011 | 10001 | 101101 | 0 | 10 | 100010110 | 1011101 | 1001100 |
Color Harmonies of #D18AFB
Complementary color
Monochromatic Colors of #D18AFB
Black with #D18AFB
Text Example
Text Example
White with #D18AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AFB; }
p { color: rgb(209,138,251); }
H1.HeaderClassName
{
color: #D18AFB;
}
.AnyTagClassName
{
color: #D18AFB;
}
</style>
background-color css
<style>
a { background-color: #D18AFB; }
a { background-color: rgb(209,138,251); }
div.DivClassName
{
background-color: #D18AFB;
}
.BgClassName
{
background-color: #D18AFB;
}
</style>
border-color css
<style>
span { border-color: #D18AFB; }
span { border-color: rgb(209,138,251); }
td.TdClassName
{
border-color: #D18AFB;
}
.TagClassName
{
border-color: #D18AFB;
}
</style>