Shades of Heliotrope #D47DFC
Tints of Heliotrope #D47DFC
RGB
CMYK
RGB Variations
Color information
#D47DFC (or 0xD47DFC) is known color: Heliotrope. HEX triplet: D4, 7D and FC. RGB value is (212,125,252). Sum of RGB (Red+Green+Blue) = 212+125+252=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D47DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47DFC is #2B8203. Grayscale: #A5A5A5. Windows color (decimal): -2851332 or 16547284. OLE color: 16547284.
HSL color Cylindrical-coordinate representation of color #D47DFC: hue angle of 281.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47DFC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 125 | 252 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.01 |
| HSL | 281.1º | 0.95% | 0.74% | - |
| HSV(B) | 281.1º | 0.5% | 0.99% | - |
| XYZ | 52.06 | 35.69 | 96.24 | - |
| YUV | 165.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 252 | 0.16 | 0.50 | 0 | 0.01 | 281.1 | 0.95 | 0.74 |
| Hex | D4 | 7D | FC | 10 | 32 | 0 | 1 | 119 | 5F | 4A |
| Octal | 324 | 175 | 374 | 20 | 62 | 0 | 1 | 431 | 137 | 112 |
| Binary | 11010100 | 1111101 | 11111100 | 10000 | 110010 | 0 | 1 | 100011001 | 1011111 | 1001010 |
Color Harmonies of #D47DFC
Complementary color
Monochromatic Colors of #D47DFC
Black with #D47DFC
Text Example
Text Example
White with #D47DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DFC; }
p { color: rgb(212,125,252); }
H1.HeaderClassName
{
color: #D47DFC;
}
.AnyTagClassName
{
color: #D47DFC;
}
</style>
background-color css
<style>
a { background-color: #D47DFC; }
a { background-color: rgb(212,125,252); }
div.DivClassName
{
background-color: #D47DFC;
}
.BgClassName
{
background-color: #D47DFC;
}
</style>
border-color css
<style>
span { border-color: #D47DFC; }
span { border-color: rgb(212,125,252); }
td.TdClassName
{
border-color: #D47DFC;
}
.TagClassName
{
border-color: #D47DFC;
}
</style>