Shades of Heliotrope #C47CFC
Tints of Heliotrope #C47CFC
RGB
CMYK
RGB Variations
Color information
#C47CFC (or 0xC47CFC) is known color: Heliotrope. HEX triplet: C4, 7C and FC. RGB value is (196,124,252). Sum of RGB (Red+Green+Blue) = 196+124+252=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C47CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CFC is #3B8303. Grayscale: #9F9F9F. Windows color (decimal): -3900164 or 16547012. OLE color: 16547012.
HSL color Cylindrical-coordinate representation of color #C47CFC: hue angle of 273.75º 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 #C47CFC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 124 | 252 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.01 |
| HSL | 273.75º | 0.96% | 0.74% | - |
| HSV(B) | 273.75º | 0.51% | 0.99% | - |
| XYZ | 47.54 | 33.18 | 95.99 | - |
| YUV | 160.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 252 | 0.22 | 0.51 | 0 | 0.01 | 273.75 | 0.96 | 0.74 |
| Hex | C4 | 7C | FC | 16 | 33 | 0 | 1 | 112 | 60 | 4A |
| Octal | 304 | 174 | 374 | 26 | 63 | 0 | 1 | 422 | 140 | 112 |
| Binary | 11000100 | 1111100 | 11111100 | 10110 | 110011 | 0 | 1 | 100010010 | 1100000 | 1001010 |
Color Harmonies of #C47CFC
Complementary color
Monochromatic Colors of #C47CFC
Black with #C47CFC
Text Example
Text Example
White with #C47CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CFC; }
p { color: rgb(196,124,252); }
H1.HeaderClassName
{
color: #C47CFC;
}
.AnyTagClassName
{
color: #C47CFC;
}
</style>
background-color css
<style>
a { background-color: #C47CFC; }
a { background-color: rgb(196,124,252); }
div.DivClassName
{
background-color: #C47CFC;
}
.BgClassName
{
background-color: #C47CFC;
}
</style>
border-color css
<style>
span { border-color: #C47CFC; }
span { border-color: rgb(196,124,252); }
td.TdClassName
{
border-color: #C47CFC;
}
.TagClassName
{
border-color: #C47CFC;
}
</style>