Shades of Wisteria #C188DC
Tints of Wisteria #C188DC
RGB
CMYK
RGB Variations
Color information
#C188DC (or 0xC188DC) is known color: Wisteria. HEX triplet: C1, 88 and DC. RGB value is (193,136,220). Sum of RGB (Red+Green+Blue) = 193+136+220=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C188DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188DC is #3E7723. Grayscale: #A2A2A2. Windows color (decimal): -4093732 or 14452929. OLE color: 14452929.
HSL color Cylindrical-coordinate representation of color #C188DC: hue angle of 280.71º degrees, saturation: 0.55, 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 #C188DC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 136 | 220 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.14 |
| HSL | 280.71º | 0.55% | 0.7% | - |
| HSV(B) | 280.71º | 0.38% | 0.86% | - |
| XYZ | 43.71 | 34.11 | 71.99 | - |
| YUV | 162.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 220 | 0.12 | 0.38 | 0 | 0.14 | 280.71 | 0.55 | 0.7 |
| Hex | C1 | 88 | DC | C | 26 | 0 | E | 119 | 37 | 46 |
| Octal | 301 | 210 | 334 | 14 | 46 | 0 | 16 | 431 | 67 | 106 |
| Binary | 11000001 | 10001000 | 11011100 | 1100 | 100110 | 0 | 1110 | 100011001 | 110111 | 1000110 |
Color Harmonies of #C188DC
Complementary color
Monochromatic Colors of #C188DC
Black with #C188DC
Text Example
Text Example
White with #C188DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188DC; }
p { color: rgb(193,136,220); }
H1.HeaderClassName
{
color: #C188DC;
}
.AnyTagClassName
{
color: #C188DC;
}
</style>
background-color css
<style>
a { background-color: #C188DC; }
a { background-color: rgb(193,136,220); }
div.DivClassName
{
background-color: #C188DC;
}
.BgClassName
{
background-color: #C188DC;
}
</style>
border-color css
<style>
span { border-color: #C188DC; }
span { border-color: rgb(193,136,220); }
td.TdClassName
{
border-color: #C188DC;
}
.TagClassName
{
border-color: #C188DC;
}
</style>