Shades of Wisteria #C196D4
Tints of Wisteria #C196D4
RGB
CMYK
RGB Variations
Color information
#C196D4 (or 0xC196D4) is known color: Wisteria. HEX triplet: C1, 96 and D4. RGB value is (193,150,212). Sum of RGB (Red+Green+Blue) = 193+150+212=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #C196D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D4 is #3E692B. Grayscale: #A9A9A9. Windows color (decimal): -4090156 or 13932225. OLE color: 13932225.
HSL color Cylindrical-coordinate representation of color #C196D4: hue angle of 281.61º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C196D4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 150 | 212 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.17 |
| HSL | 281.61º | 0.42% | 0.71% | - |
| HSV(B) | 281.61º | 0.29% | 0.83% | - |
| XYZ | 44.78 | 37.9 | 67.24 | - |
| YUV | 169.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 212 | 0.09 | 0.29 | 0 | 0.17 | 281.61 | 0.42 | 0.71 |
| Hex | C1 | 96 | D4 | 9 | 1D | 0 | 11 | 11A | 2A | 47 |
| Octal | 301 | 226 | 324 | 11 | 35 | 0 | 21 | 432 | 52 | 107 |
| Binary | 11000001 | 10010110 | 11010100 | 1001 | 11101 | 0 | 10001 | 100011010 | 101010 | 1000111 |
Color Harmonies of #C196D4
Complementary color
Monochromatic Colors of #C196D4
Black with #C196D4
Text Example
Text Example
White with #C196D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196D4; }
p { color: rgb(193,150,212); }
H1.HeaderClassName
{
color: #C196D4;
}
.AnyTagClassName
{
color: #C196D4;
}
</style>
background-color css
<style>
a { background-color: #C196D4; }
a { background-color: rgb(193,150,212); }
div.DivClassName
{
background-color: #C196D4;
}
.BgClassName
{
background-color: #C196D4;
}
</style>
border-color css
<style>
span { border-color: #C196D4; }
span { border-color: rgb(193,150,212); }
td.TdClassName
{
border-color: #C196D4;
}
.TagClassName
{
border-color: #C196D4;
}
</style>