Shades of Wisteria #C093DB
Tints of Wisteria #C093DB
RGB
CMYK
RGB Variations
Color information
#C093DB (or 0xC093DB) is known color: Wisteria. HEX triplet: C0, 93 and DB. RGB value is (192,147,219). Sum of RGB (Red+Green+Blue) = 192+147+219=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C093DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093DB is #3F6C24. Grayscale: #A8A8A8. Windows color (decimal): -4156453 or 14390208. OLE color: 14390208.
HSL color Cylindrical-coordinate representation of color #C093DB: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C093DB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 147 | 219 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.14 |
| HSL | 277.5º | 0.5% | 0.72% | - |
| HSV(B) | 277.5º | 0.33% | 0.86% | - |
| XYZ | 44.96 | 37.19 | 71.83 | - |
| YUV | 168.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 219 | 0.12 | 0.33 | 0 | 0.14 | 277.5 | 0.5 | 0.72 |
| Hex | C0 | 93 | DB | C | 21 | 0 | E | 116 | 32 | 48 |
| Octal | 300 | 223 | 333 | 14 | 41 | 0 | 16 | 426 | 62 | 110 |
| Binary | 11000000 | 10010011 | 11011011 | 1100 | 100001 | 0 | 1110 | 100010110 | 110010 | 1001000 |
Color Harmonies of #C093DB
Complementary color
Monochromatic Colors of #C093DB
Black with #C093DB
Text Example
Text Example
White with #C093DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093DB; }
p { color: rgb(192,147,219); }
H1.HeaderClassName
{
color: #C093DB;
}
.AnyTagClassName
{
color: #C093DB;
}
</style>
background-color css
<style>
a { background-color: #C093DB; }
a { background-color: rgb(192,147,219); }
div.DivClassName
{
background-color: #C093DB;
}
.BgClassName
{
background-color: #C093DB;
}
</style>
border-color css
<style>
span { border-color: #C093DB; }
span { border-color: rgb(192,147,219); }
td.TdClassName
{
border-color: #C093DB;
}
.TagClassName
{
border-color: #C093DB;
}
</style>