Shades of Heliotrope #C47FEC
Tints of Heliotrope #C47FEC
RGB
CMYK
RGB Variations
Color information
#C47FEC (or 0xC47FEC) is known color: Heliotrope. HEX triplet: C4, 7F and EC. RGB value is (196,127,236). Sum of RGB (Red+Green+Blue) = 196+127+236=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #C47FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FEC is #3B8013. Grayscale: #9F9F9F. Windows color (decimal): -3899412 or 15499204. OLE color: 15499204.
HSL color Cylindrical-coordinate representation of color #C47FEC: hue angle of 277.98º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47FEC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 127 | 236 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.07 |
| HSL | 277.98º | 0.74% | 0.71% | - |
| HSV(B) | 277.98º | 0.46% | 0.93% | - |
| XYZ | 45.49 | 32.97 | 83.32 | - |
| YUV | 160.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 236 | 0.17 | 0.46 | 0 | 0.07 | 277.98 | 0.74 | 0.71 |
| Hex | C4 | 7F | EC | 11 | 2E | 0 | 7 | 116 | 4A | 47 |
| Octal | 304 | 177 | 354 | 21 | 56 | 0 | 7 | 426 | 112 | 107 |
| Binary | 11000100 | 1111111 | 11101100 | 10001 | 101110 | 0 | 111 | 100010110 | 1001010 | 1000111 |
Color Harmonies of #C47FEC
Complementary color
Monochromatic Colors of #C47FEC
Black with #C47FEC
Text Example
Text Example
White with #C47FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FEC; }
p { color: rgb(196,127,236); }
H1.HeaderClassName
{
color: #C47FEC;
}
.AnyTagClassName
{
color: #C47FEC;
}
</style>
background-color css
<style>
a { background-color: #C47FEC; }
a { background-color: rgb(196,127,236); }
div.DivClassName
{
background-color: #C47FEC;
}
.BgClassName
{
background-color: #C47FEC;
}
</style>
border-color css
<style>
span { border-color: #C47FEC; }
span { border-color: rgb(196,127,236); }
td.TdClassName
{
border-color: #C47FEC;
}
.TagClassName
{
border-color: #C47FEC;
}
</style>