Shades of Wisteria #C496E5
Tints of Wisteria #C496E5
RGB
CMYK
RGB Variations
Color information
#C496E5 (or 0xC496E5) is known color: Wisteria. HEX triplet: C4, 96 and E5. RGB value is (196,150,229). Sum of RGB (Red+Green+Blue) = 196+150+229=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #C496E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496E5 is #3B691A. Grayscale: #ACACAC. Windows color (decimal): -3893531 or 15046340. OLE color: 15046340.
HSL color Cylindrical-coordinate representation of color #C496E5: hue angle of 274.94º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C496E5 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 150 | 229 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.10 |
| HSL | 274.94º | 0.6% | 0.74% | - |
| HSV(B) | 274.94º | 0.34% | 0.9% | - |
| XYZ | 47.81 | 39.21 | 79.18 | - |
| YUV | 172.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 229 | 0.14 | 0.34 | 0 | 0.10 | 274.94 | 0.6 | 0.74 |
| Hex | C4 | 96 | E5 | E | 22 | 0 | A | 113 | 3C | 4A |
| Octal | 304 | 226 | 345 | 16 | 42 | 0 | 12 | 423 | 74 | 112 |
| Binary | 11000100 | 10010110 | 11100101 | 1110 | 100010 | 0 | 1010 | 100010011 | 111100 | 1001010 |
Color Harmonies of #C496E5
Complementary color
Monochromatic Colors of #C496E5
Black with #C496E5
Text Example
Text Example
White with #C496E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496E5; }
p { color: rgb(196,150,229); }
H1.HeaderClassName
{
color: #C496E5;
}
.AnyTagClassName
{
color: #C496E5;
}
</style>
background-color css
<style>
a { background-color: #C496E5; }
a { background-color: rgb(196,150,229); }
div.DivClassName
{
background-color: #C496E5;
}
.BgClassName
{
background-color: #C496E5;
}
</style>
border-color css
<style>
span { border-color: #C496E5; }
span { border-color: rgb(196,150,229); }
td.TdClassName
{
border-color: #C496E5;
}
.TagClassName
{
border-color: #C496E5;
}
</style>