Shades of Wisteria #C196D2
Tints of Wisteria #C196D2
RGB
CMYK
RGB Variations
Color information
#C196D2 (or 0xC196D2) is known color: Wisteria. HEX triplet: C1, 96 and D2. RGB value is (193,150,210). Sum of RGB (Red+Green+Blue) = 193+150+210=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #C196D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D2 is #3E692D. Grayscale: #A9A9A9. Windows color (decimal): -4090158 or 13801153. OLE color: 13801153.
HSL color Cylindrical-coordinate representation of color #C196D2: hue angle of 283º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C196D2 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 150 | 210 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.18 |
| HSL | 283º | 0.4% | 0.71% | - |
| HSV(B) | 283º | 0.29% | 0.82% | - |
| XYZ | 44.53 | 37.8 | 65.92 | - |
| YUV | 169.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 210 | 0.08 | 0.29 | 0 | 0.18 | 283 | 0.4 | 0.71 |
| Hex | C1 | 96 | D2 | 8 | 1D | 0 | 12 | 11B | 28 | 47 |
| Octal | 301 | 226 | 322 | 10 | 35 | 0 | 22 | 433 | 50 | 107 |
| Binary | 11000001 | 10010110 | 11010010 | 1000 | 11101 | 0 | 10010 | 100011011 | 101000 | 1000111 |
Color Harmonies of #C196D2
Complementary color
Monochromatic Colors of #C196D2
Black with #C196D2
Text Example
Text Example
White with #C196D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196D2; }
p { color: rgb(193,150,210); }
H1.HeaderClassName
{
color: #C196D2;
}
.AnyTagClassName
{
color: #C196D2;
}
</style>
background-color css
<style>
a { background-color: #C196D2; }
a { background-color: rgb(193,150,210); }
div.DivClassName
{
background-color: #C196D2;
}
.BgClassName
{
background-color: #C196D2;
}
</style>
border-color css
<style>
span { border-color: #C196D2; }
span { border-color: rgb(193,150,210); }
td.TdClassName
{
border-color: #C196D2;
}
.TagClassName
{
border-color: #C196D2;
}
</style>