Shades of Wisteria #C496E7
Tints of Wisteria #C496E7
RGB
CMYK
RGB Variations
Color information
#C496E7 (or 0xC496E7) is known color: Wisteria. HEX triplet: C4, 96 and E7. RGB value is (196,150,231). Sum of RGB (Red+Green+Blue) = 196+150+231=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #C496E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496E7 is #3B6918. Grayscale: #ACACAC. Windows color (decimal): -3893529 or 15177412. OLE color: 15177412.
HSL color Cylindrical-coordinate representation of color #C496E7: hue angle of 274.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C496E7 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 150 | 231 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.09 |
| HSL | 274.07º | 0.63% | 0.75% | - |
| HSV(B) | 274.07º | 0.35% | 0.91% | - |
| XYZ | 48.1 | 39.32 | 80.66 | - |
| YUV | 172.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 231 | 0.15 | 0.35 | 0 | 0.09 | 274.07 | 0.63 | 0.75 |
| Hex | C4 | 96 | E7 | F | 23 | 0 | 9 | 112 | 3F | 4B |
| Octal | 304 | 226 | 347 | 17 | 43 | 0 | 11 | 422 | 77 | 113 |
| Binary | 11000100 | 10010110 | 11100111 | 1111 | 100011 | 0 | 1001 | 100010010 | 111111 | 1001011 |
Color Harmonies of #C496E7
Complementary color
Monochromatic Colors of #C496E7
Black with #C496E7
Text Example
Text Example
White with #C496E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496E7; }
p { color: rgb(196,150,231); }
H1.HeaderClassName
{
color: #C496E7;
}
.AnyTagClassName
{
color: #C496E7;
}
</style>
background-color css
<style>
a { background-color: #C496E7; }
a { background-color: rgb(196,150,231); }
div.DivClassName
{
background-color: #C496E7;
}
.BgClassName
{
background-color: #C496E7;
}
</style>
border-color css
<style>
span { border-color: #C496E7; }
span { border-color: rgb(196,150,231); }
td.TdClassName
{
border-color: #C496E7;
}
.TagClassName
{
border-color: #C496E7;
}
</style>