Shades of Heliotrope #D47CFC
Tints of Heliotrope #D47CFC
RGB
CMYK
RGB Variations
Color information
#D47CFC (or 0xD47CFC) is known color: Heliotrope. HEX triplet: D4, 7C and FC. RGB value is (212,124,252). Sum of RGB (Red+Green+Blue) = 212+124+252=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #D47CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47CFC is #2B8303. Grayscale: #A4A4A4. Windows color (decimal): -2851588 or 16547028. OLE color: 16547028.
HSL color Cylindrical-coordinate representation of color #D47CFC: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47CFC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 124 | 252 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.01 |
| HSL | 281.25º | 0.96% | 0.74% | - |
| HSV(B) | 281.25º | 0.51% | 0.99% | - |
| XYZ | 51.93 | 35.44 | 96.2 | - |
| YUV | 164.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 252 | 0.16 | 0.51 | 0 | 0.01 | 281.25 | 0.96 | 0.74 |
| Hex | D4 | 7C | FC | 10 | 33 | 0 | 1 | 119 | 60 | 4A |
| Octal | 324 | 174 | 374 | 20 | 63 | 0 | 1 | 431 | 140 | 112 |
| Binary | 11010100 | 1111100 | 11111100 | 10000 | 110011 | 0 | 1 | 100011001 | 1100000 | 1001010 |
Color Harmonies of #D47CFC
Complementary color
Monochromatic Colors of #D47CFC
Black with #D47CFC
Text Example
Text Example
White with #D47CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CFC; }
p { color: rgb(212,124,252); }
H1.HeaderClassName
{
color: #D47CFC;
}
.AnyTagClassName
{
color: #D47CFC;
}
</style>
background-color css
<style>
a { background-color: #D47CFC; }
a { background-color: rgb(212,124,252); }
div.DivClassName
{
background-color: #D47CFC;
}
.BgClassName
{
background-color: #D47CFC;
}
</style>
border-color css
<style>
span { border-color: #D47CFC; }
span { border-color: rgb(212,124,252); }
td.TdClassName
{
border-color: #D47CFC;
}
.TagClassName
{
border-color: #D47CFC;
}
</style>