Shades of Wisteria #C196D6
Tints of Wisteria #C196D6
RGB
CMYK
RGB Variations
Color information
#C196D6 (or 0xC196D6) is known color: Wisteria. HEX triplet: C1, 96 and D6. RGB value is (193,150,214). Sum of RGB (Red+Green+Blue) = 193+150+214=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #C196D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D6 is #3E6929. Grayscale: #A9A9A9. Windows color (decimal): -4090154 or 14063297. OLE color: 14063297.
HSL color Cylindrical-coordinate representation of color #C196D6: hue angle of 280.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C196D6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 150 | 214 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.16 |
| HSL | 280.31º | 0.44% | 0.71% | - |
| HSV(B) | 280.31º | 0.3% | 0.84% | - |
| XYZ | 45.04 | 38.01 | 68.58 | - |
| YUV | 170.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 214 | 0.10 | 0.30 | 0 | 0.16 | 280.31 | 0.44 | 0.71 |
| Hex | C1 | 96 | D6 | A | 1E | 0 | 10 | 118 | 2C | 47 |
| Octal | 301 | 226 | 326 | 12 | 36 | 0 | 20 | 430 | 54 | 107 |
| Binary | 11000001 | 10010110 | 11010110 | 1010 | 11110 | 0 | 10000 | 100011000 | 101100 | 1000111 |
Color Harmonies of #C196D6
Complementary color
Monochromatic Colors of #C196D6
Black with #C196D6
Text Example
Text Example
White with #C196D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196D6; }
p { color: rgb(193,150,214); }
H1.HeaderClassName
{
color: #C196D6;
}
.AnyTagClassName
{
color: #C196D6;
}
</style>
background-color css
<style>
a { background-color: #C196D6; }
a { background-color: rgb(193,150,214); }
div.DivClassName
{
background-color: #C196D6;
}
.BgClassName
{
background-color: #C196D6;
}
</style>
border-color css
<style>
span { border-color: #C196D6; }
span { border-color: rgb(193,150,214); }
td.TdClassName
{
border-color: #C196D6;
}
.TagClassName
{
border-color: #C196D6;
}
</style>