Shades of Heliotrope #D18AFF
Tints of Heliotrope #D18AFF
RGB
CMYK
RGB Variations
Color information
#D18AFF (or 0xD18AFF) is known color: Heliotrope. HEX triplet: D1, 8A and FF. RGB value is (209,138,255). Sum of RGB (Red+Green+Blue) = 209+138+255=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D18AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AFF is #2E7500. Grayscale: #ACACAC. Windows color (decimal): -3044609 or 16747217. OLE color: 16747217.
HSL color Cylindrical-coordinate representation of color #D18AFF: hue angle of 276.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D18AFF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 138 | 255 | - |
| CMYK | 0.18 | 0.46 | 0 | 0 |
| HSL | 276.41º | 1% | 0.77% | - |
| HSV(B) | 276.41º | 0.46% | 1% | - |
| XYZ | 53.43 | 38.95 | 99.31 | - |
| YUV | 172.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 255 | 0.18 | 0.46 | 0 | 0 | 276.41 | 1 | 0.77 |
| Hex | D1 | 8A | FF | 12 | 2E | 0 | 0 | 114 | 64 | 4D |
| Octal | 321 | 212 | 377 | 22 | 56 | 0 | 0 | 424 | 144 | 115 |
| Binary | 11010001 | 10001010 | 11111111 | 10010 | 101110 | 0 | 0 | 100010100 | 1100100 | 1001101 |
Color Harmonies of #D18AFF
Complementary color
Monochromatic Colors of #D18AFF
Black with #D18AFF
Text Example
Text Example
White with #D18AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AFF; }
p { color: rgb(209,138,255); }
H1.HeaderClassName
{
color: #D18AFF;
}
.AnyTagClassName
{
color: #D18AFF;
}
</style>
background-color css
<style>
a { background-color: #D18AFF; }
a { background-color: rgb(209,138,255); }
div.DivClassName
{
background-color: #D18AFF;
}
.BgClassName
{
background-color: #D18AFF;
}
</style>
border-color css
<style>
span { border-color: #D18AFF; }
span { border-color: rgb(209,138,255); }
td.TdClassName
{
border-color: #D18AFF;
}
.TagClassName
{
border-color: #D18AFF;
}
</style>