Shades of Wisteria #C191DB
Tints of Wisteria #C191DB
RGB
CMYK
RGB Variations
Color information
#C191DB (or 0xC191DB) is known color: Wisteria. HEX triplet: C1, 91 and DB. RGB value is (193,145,219). Sum of RGB (Red+Green+Blue) = 193+145+219=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C191DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191DB is #3E6E24. Grayscale: #A7A7A7. Windows color (decimal): -4091429 or 14389697. OLE color: 14389697.
HSL color Cylindrical-coordinate representation of color #C191DB: hue angle of 278.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C191DB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 145 | 219 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.14 |
| HSL | 278.92º | 0.51% | 0.71% | - |
| HSV(B) | 278.92º | 0.34% | 0.86% | - |
| XYZ | 44.9 | 36.7 | 71.74 | - |
| YUV | 167.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 219 | 0.12 | 0.34 | 0 | 0.14 | 278.92 | 0.51 | 0.71 |
| Hex | C1 | 91 | DB | C | 22 | 0 | E | 117 | 33 | 47 |
| Octal | 301 | 221 | 333 | 14 | 42 | 0 | 16 | 427 | 63 | 107 |
| Binary | 11000001 | 10010001 | 11011011 | 1100 | 100010 | 0 | 1110 | 100010111 | 110011 | 1000111 |
Color Harmonies of #C191DB
Complementary color
Monochromatic Colors of #C191DB
Black with #C191DB
Text Example
Text Example
White with #C191DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191DB; }
p { color: rgb(193,145,219); }
H1.HeaderClassName
{
color: #C191DB;
}
.AnyTagClassName
{
color: #C191DB;
}
</style>
background-color css
<style>
a { background-color: #C191DB; }
a { background-color: rgb(193,145,219); }
div.DivClassName
{
background-color: #C191DB;
}
.BgClassName
{
background-color: #C191DB;
}
</style>
border-color css
<style>
span { border-color: #C191DB; }
span { border-color: rgb(193,145,219); }
td.TdClassName
{
border-color: #C191DB;
}
.TagClassName
{
border-color: #C191DB;
}
</style>