Shades of Heliotrope #D38EFE
Tints of Heliotrope #D38EFE
RGB
CMYK
RGB Variations
Color information
#D38EFE (or 0xD38EFE) is known color: Heliotrope. HEX triplet: D3, 8E and FE. RGB value is (211,142,254). Sum of RGB (Red+Green+Blue) = 211+142+254=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D38EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EFE is #2C7101. Grayscale: #AFAFAF. Windows color (decimal): -2912514 or 16682707. OLE color: 16682707.
HSL color Cylindrical-coordinate representation of color #D38EFE: hue angle of 276.96º 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 #D38EFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 142 | 254 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.00 |
| HSL | 276.96º | 0.98% | 0.78% | - |
| HSV(B) | 276.96º | 0.44% | 1% | - |
| XYZ | 54.43 | 40.35 | 98.69 | - |
| YUV | 175.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 254 | 0.17 | 0.44 | 0 | 0.00 | 276.96 | 0.98 | 0.78 |
| Hex | D3 | 8E | FE | 11 | 2C | 0 | 0 | 115 | 62 | 4E |
| Octal | 323 | 216 | 376 | 21 | 54 | 0 | 0 | 425 | 142 | 116 |
| Binary | 11010011 | 10001110 | 11111110 | 10001 | 101100 | 0 | 0 | 100010101 | 1100010 | 1001110 |
Color Harmonies of #D38EFE
Complementary color
Monochromatic Colors of #D38EFE
Black with #D38EFE
Text Example
Text Example
White with #D38EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EFE; }
p { color: rgb(211,142,254); }
H1.HeaderClassName
{
color: #D38EFE;
}
.AnyTagClassName
{
color: #D38EFE;
}
</style>
background-color css
<style>
a { background-color: #D38EFE; }
a { background-color: rgb(211,142,254); }
div.DivClassName
{
background-color: #D38EFE;
}
.BgClassName
{
background-color: #D38EFE;
}
</style>
border-color css
<style>
span { border-color: #D38EFE; }
span { border-color: rgb(211,142,254); }
td.TdClassName
{
border-color: #D38EFE;
}
.TagClassName
{
border-color: #D38EFE;
}
</style>