Shades of Wisteria #C197D1
Tints of Wisteria #C197D1
RGB
CMYK
RGB Variations
Color information
#C197D1 (or 0xC197D1) is known color: Wisteria. HEX triplet: C1, 97 and D1. RGB value is (193,151,209). Sum of RGB (Red+Green+Blue) = 193+151+209=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #C197D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D1 is #3E682E. Grayscale: #A9A9A9. Windows color (decimal): -4089903 or 13735873. OLE color: 13735873.
HSL color Cylindrical-coordinate representation of color #C197D1: hue angle of 283.45º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C197D1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 151 | 209 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.18 |
| HSL | 283.45º | 0.39% | 0.71% | - |
| HSV(B) | 283.45º | 0.28% | 0.82% | - |
| XYZ | 44.57 | 38.07 | 65.32 | - |
| YUV | 170.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 209 | 0.08 | 0.28 | 0 | 0.18 | 283.45 | 0.39 | 0.71 |
| Hex | C1 | 97 | D1 | 8 | 1C | 0 | 12 | 11B | 27 | 47 |
| Octal | 301 | 227 | 321 | 10 | 34 | 0 | 22 | 433 | 47 | 107 |
| Binary | 11000001 | 10010111 | 11010001 | 1000 | 11100 | 0 | 10010 | 100011011 | 100111 | 1000111 |
Color Harmonies of #C197D1
Complementary color
Monochromatic Colors of #C197D1
Black with #C197D1
Text Example
Text Example
White with #C197D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197D1; }
p { color: rgb(193,151,209); }
H1.HeaderClassName
{
color: #C197D1;
}
.AnyTagClassName
{
color: #C197D1;
}
</style>
background-color css
<style>
a { background-color: #C197D1; }
a { background-color: rgb(193,151,209); }
div.DivClassName
{
background-color: #C197D1;
}
.BgClassName
{
background-color: #C197D1;
}
</style>
border-color css
<style>
span { border-color: #C197D1; }
span { border-color: rgb(193,151,209); }
td.TdClassName
{
border-color: #C197D1;
}
.TagClassName
{
border-color: #C197D1;
}
</style>