Shades of Wisteria #C187DB
Tints of Wisteria #C187DB
RGB
CMYK
RGB Variations
Color information
#C187DB (or 0xC187DB) is known color: Wisteria. HEX triplet: C1, 87 and DB. RGB value is (193,135,219). Sum of RGB (Red+Green+Blue) = 193+135+219=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C187DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DB is #3E7824. Grayscale: #A1A1A1. Windows color (decimal): -4093989 or 14387137. OLE color: 14387137.
HSL color Cylindrical-coordinate representation of color #C187DB: hue angle of 281.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C187DB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 135 | 219 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.14 |
| HSL | 281.43º | 0.54% | 0.69% | - |
| HSV(B) | 281.43º | 0.38% | 0.86% | - |
| XYZ | 43.44 | 33.78 | 71.25 | - |
| YUV | 161.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 219 | 0.12 | 0.38 | 0 | 0.14 | 281.43 | 0.54 | 0.69 |
| Hex | C1 | 87 | DB | C | 26 | 0 | E | 119 | 36 | 45 |
| Octal | 301 | 207 | 333 | 14 | 46 | 0 | 16 | 431 | 66 | 105 |
| Binary | 11000001 | 10000111 | 11011011 | 1100 | 100110 | 0 | 1110 | 100011001 | 110110 | 1000101 |
Color Harmonies of #C187DB
Complementary color
Monochromatic Colors of #C187DB
Black with #C187DB
Text Example
Text Example
White with #C187DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187DB; }
p { color: rgb(193,135,219); }
H1.HeaderClassName
{
color: #C187DB;
}
.AnyTagClassName
{
color: #C187DB;
}
</style>
background-color css
<style>
a { background-color: #C187DB; }
a { background-color: rgb(193,135,219); }
div.DivClassName
{
background-color: #C187DB;
}
.BgClassName
{
background-color: #C187DB;
}
</style>
border-color css
<style>
span { border-color: #C187DB; }
span { border-color: rgb(193,135,219); }
td.TdClassName
{
border-color: #C187DB;
}
.TagClassName
{
border-color: #C187DB;
}
</style>