Shades of Heliotrope #D48EFE
Tints of Heliotrope #D48EFE
RGB
CMYK
RGB Variations
Color information
#D48EFE (or 0xD48EFE) is known color: Heliotrope. HEX triplet: D4, 8E and FE. RGB value is (212,142,254). Sum of RGB (Red+Green+Blue) = 212+142+254=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFE is #2B7101. Grayscale: #AFAFAF. Windows color (decimal): -2846978 or 16682708. OLE color: 16682708.
HSL color Cylindrical-coordinate representation of color #D48EFE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48EFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 142 | 254 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.00 |
| HSL | 277.5º | 0.98% | 0.78% | - |
| HSV(B) | 277.5º | 0.44% | 1% | - |
| XYZ | 54.71 | 40.5 | 98.7 | - |
| YUV | 175.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 254 | 0.17 | 0.44 | 0 | 0.00 | 277.5 | 0.98 | 0.78 |
| Hex | D4 | 8E | FE | 11 | 2C | 0 | 0 | 116 | 62 | 4E |
| Octal | 324 | 216 | 376 | 21 | 54 | 0 | 0 | 426 | 142 | 116 |
| Binary | 11010100 | 10001110 | 11111110 | 10001 | 101100 | 0 | 0 | 100010110 | 1100010 | 1001110 |
Color Harmonies of #D48EFE
Complementary color
Monochromatic Colors of #D48EFE
Black with #D48EFE
Text Example
Text Example
White with #D48EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48EFE; }
p { color: rgb(212,142,254); }
H1.HeaderClassName
{
color: #D48EFE;
}
.AnyTagClassName
{
color: #D48EFE;
}
</style>
background-color css
<style>
a { background-color: #D48EFE; }
a { background-color: rgb(212,142,254); }
div.DivClassName
{
background-color: #D48EFE;
}
.BgClassName
{
background-color: #D48EFE;
}
</style>
border-color css
<style>
span { border-color: #D48EFE; }
span { border-color: rgb(212,142,254); }
td.TdClassName
{
border-color: #D48EFE;
}
.TagClassName
{
border-color: #D48EFE;
}
</style>