Shades of Wisteria #C197CF
Tints of Wisteria #C197CF
RGB
CMYK
RGB Variations
Color information
#C197CF (or 0xC197CF) is known color: Wisteria. HEX triplet: C1, 97 and CF. RGB value is (193,151,207). Sum of RGB (Red+Green+Blue) = 193+151+207=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C197CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CF is #3E6830. Grayscale: #A9A9A9. Windows color (decimal): -4089905 or 13604801. OLE color: 13604801.
HSL color Cylindrical-coordinate representation of color #C197CF: hue angle of 285º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C197CF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 151 | 207 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.19 |
| HSL | 285º | 0.37% | 0.7% | - |
| HSV(B) | 285º | 0.27% | 0.81% | - |
| XYZ | 44.32 | 37.98 | 64.03 | - |
| YUV | 169.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 207 | 0.07 | 0.27 | 0 | 0.19 | 285 | 0.37 | 0.7 |
| Hex | C1 | 97 | CF | 7 | 1B | 0 | 13 | 11D | 25 | 46 |
| Octal | 301 | 227 | 317 | 7 | 33 | 0 | 23 | 435 | 45 | 106 |
| Binary | 11000001 | 10010111 | 11001111 | 111 | 11011 | 0 | 10011 | 100011101 | 100101 | 1000110 |
Color Harmonies of #C197CF
Complementary color
Monochromatic Colors of #C197CF
Black with #C197CF
Text Example
Text Example
White with #C197CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197CF; }
p { color: rgb(193,151,207); }
H1.HeaderClassName
{
color: #C197CF;
}
.AnyTagClassName
{
color: #C197CF;
}
</style>
background-color css
<style>
a { background-color: #C197CF; }
a { background-color: rgb(193,151,207); }
div.DivClassName
{
background-color: #C197CF;
}
.BgClassName
{
background-color: #C197CF;
}
</style>
border-color css
<style>
span { border-color: #C197CF; }
span { border-color: rgb(193,151,207); }
td.TdClassName
{
border-color: #C197CF;
}
.TagClassName
{
border-color: #C197CF;
}
</style>