Shades of Wisteria #C196D3
Tints of Wisteria #C196D3
RGB
CMYK
RGB Variations
Color information
#C196D3 (or 0xC196D3) is known color: Wisteria. HEX triplet: C1, 96 and D3. RGB value is (193,150,211). Sum of RGB (Red+Green+Blue) = 193+150+211=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #C196D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D3 is #3E692C. Grayscale: #A9A9A9. Windows color (decimal): -4090157 or 13866689. OLE color: 13866689.
HSL color Cylindrical-coordinate representation of color #C196D3: hue angle of 282.3º degrees, saturation: 0.41, 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 #C196D3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 150 | 211 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.17 |
| HSL | 282.3º | 0.41% | 0.71% | - |
| HSV(B) | 282.3º | 0.29% | 0.83% | - |
| XYZ | 44.66 | 37.85 | 66.58 | - |
| YUV | 169.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 211 | 0.09 | 0.29 | 0 | 0.17 | 282.3 | 0.41 | 0.71 |
| Hex | C1 | 96 | D3 | 9 | 1D | 0 | 11 | 11A | 29 | 47 |
| Octal | 301 | 226 | 323 | 11 | 35 | 0 | 21 | 432 | 51 | 107 |
| Binary | 11000001 | 10010110 | 11010011 | 1001 | 11101 | 0 | 10001 | 100011010 | 101001 | 1000111 |
Color Harmonies of #C196D3
Complementary color
Monochromatic Colors of #C196D3
Black with #C196D3
Text Example
Text Example
White with #C196D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196D3; }
p { color: rgb(193,150,211); }
H1.HeaderClassName
{
color: #C196D3;
}
.AnyTagClassName
{
color: #C196D3;
}
</style>
background-color css
<style>
a { background-color: #C196D3; }
a { background-color: rgb(193,150,211); }
div.DivClassName
{
background-color: #C196D3;
}
.BgClassName
{
background-color: #C196D3;
}
</style>
border-color css
<style>
span { border-color: #C196D3; }
span { border-color: rgb(193,150,211); }
td.TdClassName
{
border-color: #C196D3;
}
.TagClassName
{
border-color: #C196D3;
}
</style>