Shades of Wisteria #C47EE0
Tints of Wisteria #C47EE0
RGB
CMYK
RGB Variations
Color information
#C47EE0 (or 0xC47EE0) is known color: Wisteria. HEX triplet: C4, 7E and E0. RGB value is (196,126,224). Sum of RGB (Red+Green+Blue) = 196+126+224=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #C47EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EE0 is #3B811F. Grayscale: #9D9D9D. Windows color (decimal): -3899680 or 14712516. OLE color: 14712516.
HSL color Cylindrical-coordinate representation of color #C47EE0: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47EE0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 126 | 224 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.12 |
| HSL | 282.86º | 0.61% | 0.69% | - |
| HSV(B) | 282.86º | 0.44% | 0.88% | - |
| XYZ | 43.68 | 32.04 | 74.4 | - |
| YUV | 158.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 224 | 0.12 | 0.44 | 0 | 0.12 | 282.86 | 0.61 | 0.69 |
| Hex | C4 | 7E | E0 | C | 2C | 0 | C | 11B | 3D | 45 |
| Octal | 304 | 176 | 340 | 14 | 54 | 0 | 14 | 433 | 75 | 105 |
| Binary | 11000100 | 1111110 | 11100000 | 1100 | 101100 | 0 | 1100 | 100011011 | 111101 | 1000101 |
Color Harmonies of #C47EE0
Complementary color
Monochromatic Colors of #C47EE0
Black with #C47EE0
Text Example
Text Example
White with #C47EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EE0; }
p { color: rgb(196,126,224); }
H1.HeaderClassName
{
color: #C47EE0;
}
.AnyTagClassName
{
color: #C47EE0;
}
</style>
background-color css
<style>
a { background-color: #C47EE0; }
a { background-color: rgb(196,126,224); }
div.DivClassName
{
background-color: #C47EE0;
}
.BgClassName
{
background-color: #C47EE0;
}
</style>
border-color css
<style>
span { border-color: #C47EE0; }
span { border-color: rgb(196,126,224); }
td.TdClassName
{
border-color: #C47EE0;
}
.TagClassName
{
border-color: #C47EE0;
}
</style>