Shades of Wisteria #C47EEA
Tints of Wisteria #C47EEA
RGB
CMYK
RGB Variations
Color information
#C47EEA (or 0xC47EEA) is known color: Wisteria. HEX triplet: C4, 7E and EA. RGB value is (196,126,234). Sum of RGB (Red+Green+Blue) = 196+126+234=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C47EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47EEA is #3B8115. Grayscale: #9E9E9E. Windows color (decimal): -3899670 or 15367876. OLE color: 15367876.
HSL color Cylindrical-coordinate representation of color #C47EEA: hue angle of 278.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47EEA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 126 | 234 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.08 |
| HSL | 278.89º | 0.72% | 0.71% | - |
| HSV(B) | 278.89º | 0.46% | 0.92% | - |
| XYZ | 45.08 | 32.6 | 81.76 | - |
| YUV | 159.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 234 | 0.16 | 0.46 | 0 | 0.08 | 278.89 | 0.72 | 0.71 |
| Hex | C4 | 7E | EA | 10 | 2E | 0 | 8 | 117 | 48 | 47 |
| Octal | 304 | 176 | 352 | 20 | 56 | 0 | 10 | 427 | 110 | 107 |
| Binary | 11000100 | 1111110 | 11101010 | 10000 | 101110 | 0 | 1000 | 100010111 | 1001000 | 1000111 |
Color Harmonies of #C47EEA
Complementary color
Monochromatic Colors of #C47EEA
Black with #C47EEA
Text Example
Text Example
White with #C47EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EEA; }
p { color: rgb(196,126,234); }
H1.HeaderClassName
{
color: #C47EEA;
}
.AnyTagClassName
{
color: #C47EEA;
}
</style>
background-color css
<style>
a { background-color: #C47EEA; }
a { background-color: rgb(196,126,234); }
div.DivClassName
{
background-color: #C47EEA;
}
.BgClassName
{
background-color: #C47EEA;
}
</style>
border-color css
<style>
span { border-color: #C47EEA; }
span { border-color: rgb(196,126,234); }
td.TdClassName
{
border-color: #C47EEA;
}
.TagClassName
{
border-color: #C47EEA;
}
</style>