Shades of Heliotrope #C47CFF
Tints of Heliotrope #C47CFF
RGB
CMYK
RGB Variations
Color information
#C47CFF (or 0xC47CFF) is known color: Heliotrope. HEX triplet: C4, 7C and FF. RGB value is (196,124,255). Sum of RGB (Red+Green+Blue) = 196+124+255=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C47CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CFF is #3B8300. Grayscale: #A0A0A0. Windows color (decimal): -3900161 or 16743620. OLE color: 16743620.
HSL color Cylindrical-coordinate representation of color #C47CFF: hue angle of 272.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47CFF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 124 | 255 | - |
| CMYK | 0.23 | 0.51 | 0 | 0 |
| HSL | 272.98º | 1% | 0.74% | - |
| HSV(B) | 272.98º | 0.51% | 1% | - |
| XYZ | 48.02 | 33.37 | 98.52 | - |
| YUV | 160.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 255 | 0.23 | 0.51 | 0 | 0 | 272.98 | 1 | 0.74 |
| Hex | C4 | 7C | FF | 17 | 33 | 0 | 0 | 111 | 64 | 4A |
| Octal | 304 | 174 | 377 | 27 | 63 | 0 | 0 | 421 | 144 | 112 |
| Binary | 11000100 | 1111100 | 11111111 | 10111 | 110011 | 0 | 0 | 100010001 | 1100100 | 1001010 |
Color Harmonies of #C47CFF
Complementary color
Monochromatic Colors of #C47CFF
Black with #C47CFF
Text Example
Text Example
White with #C47CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CFF; }
p { color: rgb(196,124,255); }
H1.HeaderClassName
{
color: #C47CFF;
}
.AnyTagClassName
{
color: #C47CFF;
}
</style>
background-color css
<style>
a { background-color: #C47CFF; }
a { background-color: rgb(196,124,255); }
div.DivClassName
{
background-color: #C47CFF;
}
.BgClassName
{
background-color: #C47CFF;
}
</style>
border-color css
<style>
span { border-color: #C47CFF; }
span { border-color: rgb(196,124,255); }
td.TdClassName
{
border-color: #C47CFF;
}
.TagClassName
{
border-color: #C47CFF;
}
</style>