Shades of Wisteria #C189DC
Tints of Wisteria #C189DC
RGB
CMYK
RGB Variations
Color information
#C189DC (or 0xC189DC) is known color: Wisteria. HEX triplet: C1, 89 and DC. RGB value is (193,137,220). Sum of RGB (Red+Green+Blue) = 193+137+220=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C189DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189DC is #3E7623. Grayscale: #A2A2A2. Windows color (decimal): -4093476 or 14453185. OLE color: 14453185.
HSL color Cylindrical-coordinate representation of color #C189DC: hue angle of 280.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C189DC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 137 | 220 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.14 |
| HSL | 280.48º | 0.54% | 0.7% | - |
| HSV(B) | 280.48º | 0.38% | 0.86% | - |
| XYZ | 43.86 | 34.4 | 72.04 | - |
| YUV | 163.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 220 | 0.12 | 0.38 | 0 | 0.14 | 280.48 | 0.54 | 0.7 |
| Hex | C1 | 89 | DC | C | 26 | 0 | E | 118 | 36 | 46 |
| Octal | 301 | 211 | 334 | 14 | 46 | 0 | 16 | 430 | 66 | 106 |
| Binary | 11000001 | 10001001 | 11011100 | 1100 | 100110 | 0 | 1110 | 100011000 | 110110 | 1000110 |
Color Harmonies of #C189DC
Complementary color
Monochromatic Colors of #C189DC
Black with #C189DC
Text Example
Text Example
White with #C189DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189DC; }
p { color: rgb(193,137,220); }
H1.HeaderClassName
{
color: #C189DC;
}
.AnyTagClassName
{
color: #C189DC;
}
</style>
background-color css
<style>
a { background-color: #C189DC; }
a { background-color: rgb(193,137,220); }
div.DivClassName
{
background-color: #C189DC;
}
.BgClassName
{
background-color: #C189DC;
}
</style>
border-color css
<style>
span { border-color: #C189DC; }
span { border-color: rgb(193,137,220); }
td.TdClassName
{
border-color: #C189DC;
}
.TagClassName
{
border-color: #C189DC;
}
</style>