Shades of Wisteria #C196DF
Tints of Wisteria #C196DF
RGB
CMYK
RGB Variations
Color information
#C196DF (or 0xC196DF) is known color: Wisteria. HEX triplet: C1, 96 and DF. RGB value is (193,150,223). Sum of RGB (Red+Green+Blue) = 193+150+223=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C196DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196DF is #3E6920. Grayscale: #AAAAAA. Windows color (decimal): -4090145 or 14653121. OLE color: 14653121.
HSL color Cylindrical-coordinate representation of color #C196DF: hue angle of 275.34º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C196DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 150 | 223 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.13 |
| HSL | 275.34º | 0.53% | 0.73% | - |
| HSV(B) | 275.34º | 0.33% | 0.87% | - |
| XYZ | 46.22 | 38.48 | 74.8 | - |
| YUV | 171.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 223 | 0.13 | 0.33 | 0 | 0.13 | 275.34 | 0.53 | 0.73 |
| Hex | C1 | 96 | DF | D | 21 | 0 | D | 113 | 35 | 49 |
| Octal | 301 | 226 | 337 | 15 | 41 | 0 | 15 | 423 | 65 | 111 |
| Binary | 11000001 | 10010110 | 11011111 | 1101 | 100001 | 0 | 1101 | 100010011 | 110101 | 1001001 |
Color Harmonies of #C196DF
Complementary color
Monochromatic Colors of #C196DF
Black with #C196DF
Text Example
Text Example
White with #C196DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196DF; }
p { color: rgb(193,150,223); }
H1.HeaderClassName
{
color: #C196DF;
}
.AnyTagClassName
{
color: #C196DF;
}
</style>
background-color css
<style>
a { background-color: #C196DF; }
a { background-color: rgb(193,150,223); }
div.DivClassName
{
background-color: #C196DF;
}
.BgClassName
{
background-color: #C196DF;
}
</style>
border-color css
<style>
span { border-color: #C196DF; }
span { border-color: rgb(193,150,223); }
td.TdClassName
{
border-color: #C196DF;
}
.TagClassName
{
border-color: #C196DF;
}
</style>