Shades of Heliotrope #C47EFA
Tints of Heliotrope #C47EFA
RGB
CMYK
RGB Variations
Color information
#C47EFA (or 0xC47EFA) is known color: Heliotrope. HEX triplet: C4, 7E and FA. RGB value is (196,126,250). Sum of RGB (Red+Green+Blue) = 196+126+250=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C47EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47EFA is #3B8105. Grayscale: #A0A0A0. Windows color (decimal): -3899654 or 16416452. OLE color: 16416452.
HSL color Cylindrical-coordinate representation of color #C47EFA: hue angle of 273.87º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47EFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 126 | 250 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.87º | 0.93% | 0.74% | - |
| HSV(B) | 273.87º | 0.5% | 0.98% | - |
| XYZ | 47.48 | 33.56 | 94.42 | - |
| YUV | 161.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 250 | 0.22 | 0.50 | 0 | 0.02 | 273.87 | 0.93 | 0.74 |
| Hex | C4 | 7E | FA | 16 | 32 | 0 | 2 | 112 | 5D | 4A |
| Octal | 304 | 176 | 372 | 26 | 62 | 0 | 2 | 422 | 135 | 112 |
| Binary | 11000100 | 1111110 | 11111010 | 10110 | 110010 | 0 | 10 | 100010010 | 1011101 | 1001010 |
Color Harmonies of #C47EFA
Complementary color
Monochromatic Colors of #C47EFA
Black with #C47EFA
Text Example
Text Example
White with #C47EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EFA; }
p { color: rgb(196,126,250); }
H1.HeaderClassName
{
color: #C47EFA;
}
.AnyTagClassName
{
color: #C47EFA;
}
</style>
background-color css
<style>
a { background-color: #C47EFA; }
a { background-color: rgb(196,126,250); }
div.DivClassName
{
background-color: #C47EFA;
}
.BgClassName
{
background-color: #C47EFA;
}
</style>
border-color css
<style>
span { border-color: #C47EFA; }
span { border-color: rgb(196,126,250); }
td.TdClassName
{
border-color: #C47EFA;
}
.TagClassName
{
border-color: #C47EFA;
}
</style>