Shades of Wisteria #C091DB
Tints of Wisteria #C091DB
RGB
CMYK
RGB Variations
Color information
#C091DB (or 0xC091DB) is known color: Wisteria. HEX triplet: C0, 91 and DB. RGB value is (192,145,219). Sum of RGB (Red+Green+Blue) = 192+145+219=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C091DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091DB is #3F6E24. Grayscale: #A7A7A7. Windows color (decimal): -4156965 or 14389696. OLE color: 14389696.
HSL color Cylindrical-coordinate representation of color #C091DB: hue angle of 278.11º 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 #C091DB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 145 | 219 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.14 |
| HSL | 278.11º | 0.51% | 0.71% | - |
| HSV(B) | 278.11º | 0.34% | 0.86% | - |
| XYZ | 44.65 | 36.57 | 71.72 | - |
| YUV | 167.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 219 | 0.12 | 0.34 | 0 | 0.14 | 278.11 | 0.51 | 0.71 |
| Hex | C0 | 91 | DB | C | 22 | 0 | E | 116 | 33 | 47 |
| Octal | 300 | 221 | 333 | 14 | 42 | 0 | 16 | 426 | 63 | 107 |
| Binary | 11000000 | 10010001 | 11011011 | 1100 | 100010 | 0 | 1110 | 100010110 | 110011 | 1000111 |
Color Harmonies of #C091DB
Complementary color
Monochromatic Colors of #C091DB
Black with #C091DB
Text Example
Text Example
White with #C091DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091DB; }
p { color: rgb(192,145,219); }
H1.HeaderClassName
{
color: #C091DB;
}
.AnyTagClassName
{
color: #C091DB;
}
</style>
background-color css
<style>
a { background-color: #C091DB; }
a { background-color: rgb(192,145,219); }
div.DivClassName
{
background-color: #C091DB;
}
.BgClassName
{
background-color: #C091DB;
}
</style>
border-color css
<style>
span { border-color: #C091DB; }
span { border-color: rgb(192,145,219); }
td.TdClassName
{
border-color: #C091DB;
}
.TagClassName
{
border-color: #C091DB;
}
</style>