Shades of Heliotrope #D47CFA
Tints of Heliotrope #D47CFA
RGB
CMYK
RGB Variations
Color information
#D47CFA (or 0xD47CFA) is known color: Heliotrope. HEX triplet: D4, 7C and FA. RGB value is (212,124,250). Sum of RGB (Red+Green+Blue) = 212+124+250=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D47CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47CFA is #2B8305. Grayscale: #A4A4A4. Windows color (decimal): -2851590 or 16415956. OLE color: 16415956.
HSL color Cylindrical-coordinate representation of color #D47CFA: hue angle of 281.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47CFA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 124 | 250 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.02 |
| HSL | 281.9º | 0.93% | 0.73% | - |
| HSV(B) | 281.9º | 0.5% | 0.98% | - |
| XYZ | 51.61 | 35.31 | 94.54 | - |
| YUV | 164.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 250 | 0.15 | 0.50 | 0 | 0.02 | 281.9 | 0.93 | 0.73 |
| Hex | D4 | 7C | FA | F | 32 | 0 | 2 | 11A | 5D | 49 |
| Octal | 324 | 174 | 372 | 17 | 62 | 0 | 2 | 432 | 135 | 111 |
| Binary | 11010100 | 1111100 | 11111010 | 1111 | 110010 | 0 | 10 | 100011010 | 1011101 | 1001001 |
Color Harmonies of #D47CFA
Complementary color
Monochromatic Colors of #D47CFA
Black with #D47CFA
Text Example
Text Example
White with #D47CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CFA; }
p { color: rgb(212,124,250); }
H1.HeaderClassName
{
color: #D47CFA;
}
.AnyTagClassName
{
color: #D47CFA;
}
</style>
background-color css
<style>
a { background-color: #D47CFA; }
a { background-color: rgb(212,124,250); }
div.DivClassName
{
background-color: #D47CFA;
}
.BgClassName
{
background-color: #D47CFA;
}
</style>
border-color css
<style>
span { border-color: #D47CFA; }
span { border-color: rgb(212,124,250); }
td.TdClassName
{
border-color: #D47CFA;
}
.TagClassName
{
border-color: #D47CFA;
}
</style>