Shades of Wisteria #C094DB
Tints of Wisteria #C094DB
RGB
CMYK
RGB Variations
Color information
#C094DB (or 0xC094DB) is known color: Wisteria. HEX triplet: C0, 94 and DB. RGB value is (192,148,219). Sum of RGB (Red+Green+Blue) = 192+148+219=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C094DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094DB is #3F6B24. Grayscale: #A9A9A9. Windows color (decimal): -4156197 or 14390464. OLE color: 14390464.
HSL color Cylindrical-coordinate representation of color #C094DB: hue angle of 277.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C094DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 148 | 219 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.14 |
| HSL | 277.18º | 0.5% | 0.72% | - |
| HSV(B) | 277.18º | 0.32% | 0.86% | - |
| XYZ | 45.11 | 37.5 | 71.88 | - |
| YUV | 169.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 219 | 0.12 | 0.32 | 0 | 0.14 | 277.18 | 0.5 | 0.72 |
| Hex | C0 | 94 | DB | C | 20 | 0 | E | 115 | 32 | 48 |
| Octal | 300 | 224 | 333 | 14 | 40 | 0 | 16 | 425 | 62 | 110 |
| Binary | 11000000 | 10010100 | 11011011 | 1100 | 100000 | 0 | 1110 | 100010101 | 110010 | 1001000 |
Color Harmonies of #C094DB
Complementary color
Monochromatic Colors of #C094DB
Black with #C094DB
Text Example
Text Example
White with #C094DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094DB; }
p { color: rgb(192,148,219); }
H1.HeaderClassName
{
color: #C094DB;
}
.AnyTagClassName
{
color: #C094DB;
}
</style>
background-color css
<style>
a { background-color: #C094DB; }
a { background-color: rgb(192,148,219); }
div.DivClassName
{
background-color: #C094DB;
}
.BgClassName
{
background-color: #C094DB;
}
</style>
border-color css
<style>
span { border-color: #C094DB; }
span { border-color: rgb(192,148,219); }
td.TdClassName
{
border-color: #C094DB;
}
.TagClassName
{
border-color: #C094DB;
}
</style>