Shades of Heliotrope #D08AFF
Tints of Heliotrope #D08AFF
RGB
CMYK
RGB Variations
Color information
#D08AFF (or 0xD08AFF) is known color: Heliotrope. HEX triplet: D0, 8A and FF. RGB value is (208,138,255). Sum of RGB (Red+Green+Blue) = 208+138+255=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AFF is #2F7500. Grayscale: #ABABAB. Windows color (decimal): -3110145 or 16747216. OLE color: 16747216.
HSL color Cylindrical-coordinate representation of color #D08AFF: hue angle of 275.9º 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 #D08AFF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 138 | 255 | - |
| CMYK | 0.18 | 0.46 | 0 | 0 |
| HSL | 275.9º | 1% | 0.77% | - |
| HSV(B) | 275.9º | 0.46% | 1% | - |
| XYZ | 53.15 | 38.81 | 99.3 | - |
| YUV | 172.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 255 | 0.18 | 0.46 | 0 | 0 | 275.9 | 1 | 0.77 |
| Hex | D0 | 8A | FF | 12 | 2E | 0 | 0 | 114 | 64 | 4D |
| Octal | 320 | 212 | 377 | 22 | 56 | 0 | 0 | 424 | 144 | 115 |
| Binary | 11010000 | 10001010 | 11111111 | 10010 | 101110 | 0 | 0 | 100010100 | 1100100 | 1001101 |
Color Harmonies of #D08AFF
Complementary color
Monochromatic Colors of #D08AFF
Black with #D08AFF
Text Example
Text Example
White with #D08AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AFF; }
p { color: rgb(208,138,255); }
H1.HeaderClassName
{
color: #D08AFF;
}
.AnyTagClassName
{
color: #D08AFF;
}
</style>
background-color css
<style>
a { background-color: #D08AFF; }
a { background-color: rgb(208,138,255); }
div.DivClassName
{
background-color: #D08AFF;
}
.BgClassName
{
background-color: #D08AFF;
}
</style>
border-color css
<style>
span { border-color: #D08AFF; }
span { border-color: rgb(208,138,255); }
td.TdClassName
{
border-color: #D08AFF;
}
.TagClassName
{
border-color: #D08AFF;
}
</style>