Shades of Wisteria #C196D0
Tints of Wisteria #C196D0
RGB
CMYK
RGB Variations
Color information
#C196D0 (or 0xC196D0) is known color: Wisteria. HEX triplet: C1, 96 and D0. RGB value is (193,150,208). Sum of RGB (Red+Green+Blue) = 193+150+208=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C196D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D0 is #3E692F. Grayscale: #A9A9A9. Windows color (decimal): -4090160 or 13670081. OLE color: 13670081.
HSL color Cylindrical-coordinate representation of color #C196D0: hue angle of 284.48º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C196D0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 150 | 208 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.18 |
| HSL | 284.48º | 0.38% | 0.7% | - |
| HSV(B) | 284.48º | 0.28% | 0.82% | - |
| XYZ | 44.28 | 37.7 | 64.62 | - |
| YUV | 169.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 208 | 0.07 | 0.28 | 0 | 0.18 | 284.48 | 0.38 | 0.7 |
| Hex | C1 | 96 | D0 | 7 | 1C | 0 | 12 | 11C | 26 | 46 |
| Octal | 301 | 226 | 320 | 7 | 34 | 0 | 22 | 434 | 46 | 106 |
| Binary | 11000001 | 10010110 | 11010000 | 111 | 11100 | 0 | 10010 | 100011100 | 100110 | 1000110 |
Color Harmonies of #C196D0
Complementary color
Monochromatic Colors of #C196D0
Black with #C196D0
Text Example
Text Example
White with #C196D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196D0; }
p { color: rgb(193,150,208); }
H1.HeaderClassName
{
color: #C196D0;
}
.AnyTagClassName
{
color: #C196D0;
}
</style>
background-color css
<style>
a { background-color: #C196D0; }
a { background-color: rgb(193,150,208); }
div.DivClassName
{
background-color: #C196D0;
}
.BgClassName
{
background-color: #C196D0;
}
</style>
border-color css
<style>
span { border-color: #C196D0; }
span { border-color: rgb(193,150,208); }
td.TdClassName
{
border-color: #C196D0;
}
.TagClassName
{
border-color: #C196D0;
}
</style>