Shades of Wisteria #C197DA
Tints of Wisteria #C197DA
RGB
CMYK
RGB Variations
Color information
#C197DA (or 0xC197DA) is known color: Wisteria. HEX triplet: C1, 97 and DA. RGB value is (193,151,218). Sum of RGB (Red+Green+Blue) = 193+151+218=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DA is #3E6825. Grayscale: #AAAAAA. Windows color (decimal): -4089894 or 14325697. OLE color: 14325697.
HSL color Cylindrical-coordinate representation of color #C197DA: hue angle of 277.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C197DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 151 | 218 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.15 |
| HSL | 277.61º | 0.48% | 0.72% | - |
| HSV(B) | 277.61º | 0.31% | 0.85% | - |
| XYZ | 45.71 | 38.53 | 71.36 | - |
| YUV | 171.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 218 | 0.11 | 0.31 | 0 | 0.15 | 277.61 | 0.48 | 0.72 |
| Hex | C1 | 97 | DA | B | 1F | 0 | F | 116 | 30 | 48 |
| Octal | 301 | 227 | 332 | 13 | 37 | 0 | 17 | 426 | 60 | 110 |
| Binary | 11000001 | 10010111 | 11011010 | 1011 | 11111 | 0 | 1111 | 100010110 | 110000 | 1001000 |
Color Harmonies of #C197DA
Complementary color
Monochromatic Colors of #C197DA
Black with #C197DA
Text Example
Text Example
White with #C197DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197DA; }
p { color: rgb(193,151,218); }
H1.HeaderClassName
{
color: #C197DA;
}
.AnyTagClassName
{
color: #C197DA;
}
</style>
background-color css
<style>
a { background-color: #C197DA; }
a { background-color: rgb(193,151,218); }
div.DivClassName
{
background-color: #C197DA;
}
.BgClassName
{
background-color: #C197DA;
}
</style>
border-color css
<style>
span { border-color: #C197DA; }
span { border-color: rgb(193,151,218); }
td.TdClassName
{
border-color: #C197DA;
}
.TagClassName
{
border-color: #C197DA;
}
</style>