Shades of Wisteria #C197CC
Tints of Wisteria #C197CC
RGB
CMYK
RGB Variations
Color information
#C197CC (or 0xC197CC) is known color: Wisteria. HEX triplet: C1, 97 and CC. RGB value is (193,151,204). Sum of RGB (Red+Green+Blue) = 193+151+204=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C197CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CC is #3E6833. Grayscale: #A9A9A9. Windows color (decimal): -4089908 or 13408193. OLE color: 13408193.
HSL color Cylindrical-coordinate representation of color #C197CC: hue angle of 287.55º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C197CC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 151 | 204 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.2 |
| HSL | 287.55º | 0.34% | 0.7% | - |
| HSV(B) | 287.55º | 0.26% | 0.8% | - |
| XYZ | 43.96 | 37.83 | 62.11 | - |
| YUV | 169.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 204 | 0.05 | 0.26 | 0 | 0.2 | 287.55 | 0.34 | 0.7 |
| Hex | C1 | 97 | CC | 5 | 1A | 0 | 14 | 120 | 22 | 46 |
| Octal | 301 | 227 | 314 | 5 | 32 | 0 | 24 | 440 | 42 | 106 |
| Binary | 11000001 | 10010111 | 11001100 | 101 | 11010 | 0 | 10100 | 100100000 | 100010 | 1000110 |
Color Harmonies of #C197CC
Complementary color
Monochromatic Colors of #C197CC
Black with #C197CC
Text Example
Text Example
White with #C197CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197CC; }
p { color: rgb(193,151,204); }
H1.HeaderClassName
{
color: #C197CC;
}
.AnyTagClassName
{
color: #C197CC;
}
</style>
background-color css
<style>
a { background-color: #C197CC; }
a { background-color: rgb(193,151,204); }
div.DivClassName
{
background-color: #C197CC;
}
.BgClassName
{
background-color: #C197CC;
}
</style>
border-color css
<style>
span { border-color: #C197CC; }
span { border-color: rgb(193,151,204); }
td.TdClassName
{
border-color: #C197CC;
}
.TagClassName
{
border-color: #C197CC;
}
</style>