Shades of Wisteria #C197DC
Tints of Wisteria #C197DC
RGB
CMYK
RGB Variations
Color information
#C197DC (or 0xC197DC) is known color: Wisteria. HEX triplet: C1, 97 and DC. RGB value is (193,151,220). Sum of RGB (Red+Green+Blue) = 193+151+220=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C197DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DC is #3E6823. Grayscale: #ABABAB. Windows color (decimal): -4089892 or 14456769. OLE color: 14456769.
HSL color Cylindrical-coordinate representation of color #C197DC: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C197DC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 151 | 220 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.14 |
| HSL | 276.52º | 0.5% | 0.73% | - |
| HSV(B) | 276.52º | 0.31% | 0.86% | - |
| XYZ | 45.98 | 38.64 | 72.74 | - |
| YUV | 171.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 220 | 0.12 | 0.31 | 0 | 0.14 | 276.52 | 0.5 | 0.73 |
| Hex | C1 | 97 | DC | C | 1F | 0 | E | 115 | 32 | 49 |
| Octal | 301 | 227 | 334 | 14 | 37 | 0 | 16 | 425 | 62 | 111 |
| Binary | 11000001 | 10010111 | 11011100 | 1100 | 11111 | 0 | 1110 | 100010101 | 110010 | 1001001 |
Color Harmonies of #C197DC
Complementary color
Monochromatic Colors of #C197DC
Black with #C197DC
Text Example
Text Example
White with #C197DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197DC; }
p { color: rgb(193,151,220); }
H1.HeaderClassName
{
color: #C197DC;
}
.AnyTagClassName
{
color: #C197DC;
}
</style>
background-color css
<style>
a { background-color: #C197DC; }
a { background-color: rgb(193,151,220); }
div.DivClassName
{
background-color: #C197DC;
}
.BgClassName
{
background-color: #C197DC;
}
</style>
border-color css
<style>
span { border-color: #C197DC; }
span { border-color: rgb(193,151,220); }
td.TdClassName
{
border-color: #C197DC;
}
.TagClassName
{
border-color: #C197DC;
}
</style>