Shades of Wisteria #C189DB
Tints of Wisteria #C189DB
RGB
CMYK
RGB Variations
Color information
#C189DB (or 0xC189DB) is known color: Wisteria. HEX triplet: C1, 89 and DB. RGB value is (193,137,219). Sum of RGB (Red+Green+Blue) = 193+137+219=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C189DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189DB is #3E7624. Grayscale: #A2A2A2. Windows color (decimal): -4093477 or 14387649. OLE color: 14387649.
HSL color Cylindrical-coordinate representation of color #C189DB: hue angle of 280.98º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C189DB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 137 | 219 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.14 |
| HSL | 280.98º | 0.53% | 0.7% | - |
| HSV(B) | 280.98º | 0.37% | 0.86% | - |
| XYZ | 43.72 | 34.34 | 71.34 | - |
| YUV | 163.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 219 | 0.12 | 0.37 | 0 | 0.14 | 280.98 | 0.53 | 0.7 |
| Hex | C1 | 89 | DB | C | 25 | 0 | E | 119 | 35 | 46 |
| Octal | 301 | 211 | 333 | 14 | 45 | 0 | 16 | 431 | 65 | 106 |
| Binary | 11000001 | 10001001 | 11011011 | 1100 | 100101 | 0 | 1110 | 100011001 | 110101 | 1000110 |
Color Harmonies of #C189DB
Complementary color
Monochromatic Colors of #C189DB
Black with #C189DB
Text Example
Text Example
White with #C189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189DB; }
p { color: rgb(193,137,219); }
H1.HeaderClassName
{
color: #C189DB;
}
.AnyTagClassName
{
color: #C189DB;
}
</style>
background-color css
<style>
a { background-color: #C189DB; }
a { background-color: rgb(193,137,219); }
div.DivClassName
{
background-color: #C189DB;
}
.BgClassName
{
background-color: #C189DB;
}
</style>
border-color css
<style>
span { border-color: #C189DB; }
span { border-color: rgb(193,137,219); }
td.TdClassName
{
border-color: #C189DB;
}
.TagClassName
{
border-color: #C189DB;
}
</style>