Shades of Wisteria #C48EE5
Tints of Wisteria #C48EE5
RGB
CMYK
RGB Variations
Color information
#C48EE5 (or 0xC48EE5) is known color: Wisteria. HEX triplet: C4, 8E and E5. RGB value is (196,142,229). Sum of RGB (Red+Green+Blue) = 196+142+229=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #C48EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EE5 is #3B711A. Grayscale: #A7A7A7. Windows color (decimal): -3895579 or 15044292. OLE color: 15044292.
HSL color Cylindrical-coordinate representation of color #C48EE5: hue angle of 277.24º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48EE5 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 142 | 229 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.10 |
| HSL | 277.24º | 0.63% | 0.73% | - |
| HSV(B) | 277.24º | 0.38% | 0.9% | - |
| XYZ | 46.58 | 36.74 | 78.76 | - |
| YUV | 168.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 229 | 0.14 | 0.38 | 0 | 0.10 | 277.24 | 0.63 | 0.73 |
| Hex | C4 | 8E | E5 | E | 26 | 0 | A | 115 | 3F | 49 |
| Octal | 304 | 216 | 345 | 16 | 46 | 0 | 12 | 425 | 77 | 111 |
| Binary | 11000100 | 10001110 | 11100101 | 1110 | 100110 | 0 | 1010 | 100010101 | 111111 | 1001001 |
Color Harmonies of #C48EE5
Complementary color
Monochromatic Colors of #C48EE5
Black with #C48EE5
Text Example
Text Example
White with #C48EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EE5; }
p { color: rgb(196,142,229); }
H1.HeaderClassName
{
color: #C48EE5;
}
.AnyTagClassName
{
color: #C48EE5;
}
</style>
background-color css
<style>
a { background-color: #C48EE5; }
a { background-color: rgb(196,142,229); }
div.DivClassName
{
background-color: #C48EE5;
}
.BgClassName
{
background-color: #C48EE5;
}
</style>
border-color css
<style>
span { border-color: #C48EE5; }
span { border-color: rgb(196,142,229); }
td.TdClassName
{
border-color: #C48EE5;
}
.TagClassName
{
border-color: #C48EE5;
}
</style>