Shades of Heliotrope #D47AFE
Tints of Heliotrope #D47AFE
RGB
CMYK
RGB Variations
Color information
#D47AFE (or 0xD47AFE) is known color: Heliotrope. HEX triplet: D4, 7A and FE. RGB value is (212,122,254). Sum of RGB (Red+Green+Blue) = 212+122+254=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D47AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47AFE is #2B8501. Grayscale: #A3A3A3. Windows color (decimal): -2852098 or 16677588. OLE color: 16677588.
HSL color Cylindrical-coordinate representation of color #D47AFE: hue angle of 280.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47AFE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 122 | 254 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.00 |
| HSL | 280.91º | 0.99% | 0.74% | - |
| HSV(B) | 280.91º | 0.52% | 1% | - |
| XYZ | 52 | 35.07 | 97.79 | - |
| YUV | 163.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 254 | 0.17 | 0.52 | 0 | 0.00 | 280.91 | 0.99 | 0.74 |
| Hex | D4 | 7A | FE | 11 | 34 | 0 | 0 | 119 | 63 | 4A |
| Octal | 324 | 172 | 376 | 21 | 64 | 0 | 0 | 431 | 143 | 112 |
| Binary | 11010100 | 1111010 | 11111110 | 10001 | 110100 | 0 | 0 | 100011001 | 1100011 | 1001010 |
Color Harmonies of #D47AFE
Complementary color
Monochromatic Colors of #D47AFE
Black with #D47AFE
Text Example
Text Example
White with #D47AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AFE; }
p { color: rgb(212,122,254); }
H1.HeaderClassName
{
color: #D47AFE;
}
.AnyTagClassName
{
color: #D47AFE;
}
</style>
background-color css
<style>
a { background-color: #D47AFE; }
a { background-color: rgb(212,122,254); }
div.DivClassName
{
background-color: #D47AFE;
}
.BgClassName
{
background-color: #D47AFE;
}
</style>
border-color css
<style>
span { border-color: #D47AFE; }
span { border-color: rgb(212,122,254); }
td.TdClassName
{
border-color: #D47AFE;
}
.TagClassName
{
border-color: #D47AFE;
}
</style>