Shades of Heliotrope #D48EFF
Tints of Heliotrope #D48EFF
RGB
CMYK
RGB Variations
Color information
#D48EFF (or 0xD48EFF) is known color: Heliotrope. HEX triplet: D4, 8E and FF. RGB value is (212,142,255). Sum of RGB (Red+Green+Blue) = 212+142+255=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFF is #2B7100. Grayscale: #AFAFAF. Windows color (decimal): -2846977 or 16748244. OLE color: 16748244.
HSL color Cylindrical-coordinate representation of color #D48EFF: hue angle of 277.17º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48EFF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 142 | 255 | - |
| CMYK | 0.17 | 0.44 | 0 | 0 |
| HSL | 277.17º | 1% | 0.78% | - |
| HSV(B) | 277.17º | 0.44% | 1% | - |
| XYZ | 54.87 | 40.56 | 99.55 | - |
| YUV | 175.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 255 | 0.17 | 0.44 | 0 | 0 | 277.17 | 1 | 0.78 |
| Hex | D4 | 8E | FF | 11 | 2C | 0 | 0 | 115 | 64 | 4E |
| Octal | 324 | 216 | 377 | 21 | 54 | 0 | 0 | 425 | 144 | 116 |
| Binary | 11010100 | 10001110 | 11111111 | 10001 | 101100 | 0 | 0 | 100010101 | 1100100 | 1001110 |
Color Harmonies of #D48EFF
Complementary color
Monochromatic Colors of #D48EFF
Black with #D48EFF
Text Example
Text Example
White with #D48EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48EFF; }
p { color: rgb(212,142,255); }
H1.HeaderClassName
{
color: #D48EFF;
}
.AnyTagClassName
{
color: #D48EFF;
}
</style>
background-color css
<style>
a { background-color: #D48EFF; }
a { background-color: rgb(212,142,255); }
div.DivClassName
{
background-color: #D48EFF;
}
.BgClassName
{
background-color: #D48EFF;
}
</style>
border-color css
<style>
span { border-color: #D48EFF; }
span { border-color: rgb(212,142,255); }
td.TdClassName
{
border-color: #D48EFF;
}
.TagClassName
{
border-color: #D48EFF;
}
</style>