Shades of Wisteria #C496F1
Tints of Wisteria #C496F1
RGB
CMYK
RGB Variations
Color information
#C496F1 (or 0xC496F1) is known color: Wisteria. HEX triplet: C4, 96 and F1. RGB value is (196,150,241). Sum of RGB (Red+Green+Blue) = 196+150+241=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #C496F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496F1 is #3B690E. Grayscale: #ADADAD. Windows color (decimal): -3893519 or 15832772. OLE color: 15832772.
HSL color Cylindrical-coordinate representation of color #C496F1: hue angle of 270.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C496F1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 150 | 241 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.05 |
| HSL | 270.33º | 0.76% | 0.77% | - |
| HSV(B) | 270.33º | 0.38% | 0.95% | - |
| XYZ | 49.55 | 39.9 | 88.31 | - |
| YUV | 174.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 241 | 0.19 | 0.38 | 0 | 0.05 | 270.33 | 0.76 | 0.77 |
| Hex | C4 | 96 | F1 | 13 | 26 | 0 | 5 | 10E | 4C | 4D |
| Octal | 304 | 226 | 361 | 23 | 46 | 0 | 5 | 416 | 114 | 115 |
| Binary | 11000100 | 10010110 | 11110001 | 10011 | 100110 | 0 | 101 | 100001110 | 1001100 | 1001101 |
Color Harmonies of #C496F1
Complementary color
Monochromatic Colors of #C496F1
Black with #C496F1
Text Example
Text Example
White with #C496F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496F1; }
p { color: rgb(196,150,241); }
H1.HeaderClassName
{
color: #C496F1;
}
.AnyTagClassName
{
color: #C496F1;
}
</style>
background-color css
<style>
a { background-color: #C496F1; }
a { background-color: rgb(196,150,241); }
div.DivClassName
{
background-color: #C496F1;
}
.BgClassName
{
background-color: #C496F1;
}
</style>
border-color css
<style>
span { border-color: #C496F1; }
span { border-color: rgb(196,150,241); }
td.TdClassName
{
border-color: #C496F1;
}
.TagClassName
{
border-color: #C496F1;
}
</style>