Shades of Wisteria #C592DB
Tints of Wisteria #C592DB
RGB
CMYK
RGB Variations
Color information
#C592DB (or 0xC592DB) is known color: Wisteria. HEX triplet: C5, 92 and DB. RGB value is (197,146,219). Sum of RGB (Red+Green+Blue) = 197+146+219=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C592DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592DB is #3A6D24. Grayscale: #A9A9A9. Windows color (decimal): -3829029 or 14389957. OLE color: 14389957.
HSL color Cylindrical-coordinate representation of color #C592DB: hue angle of 281.92º 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 #C592DB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 146 | 219 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.14 |
| HSL | 281.92º | 0.5% | 0.72% | - |
| HSV(B) | 281.92º | 0.33% | 0.86% | - |
| XYZ | 46.09 | 37.54 | 71.84 | - |
| YUV | 169.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 219 | 0.10 | 0.33 | 0 | 0.14 | 281.92 | 0.5 | 0.72 |
| Hex | C5 | 92 | DB | A | 21 | 0 | E | 11A | 32 | 48 |
| Octal | 305 | 222 | 333 | 12 | 41 | 0 | 16 | 432 | 62 | 110 |
| Binary | 11000101 | 10010010 | 11011011 | 1010 | 100001 | 0 | 1110 | 100011010 | 110010 | 1001000 |
Color Harmonies of #C592DB
Complementary color
Monochromatic Colors of #C592DB
Black with #C592DB
Text Example
Text Example
White with #C592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592DB; }
p { color: rgb(197,146,219); }
H1.HeaderClassName
{
color: #C592DB;
}
.AnyTagClassName
{
color: #C592DB;
}
</style>
background-color css
<style>
a { background-color: #C592DB; }
a { background-color: rgb(197,146,219); }
div.DivClassName
{
background-color: #C592DB;
}
.BgClassName
{
background-color: #C592DB;
}
</style>
border-color css
<style>
span { border-color: #C592DB; }
span { border-color: rgb(197,146,219); }
td.TdClassName
{
border-color: #C592DB;
}
.TagClassName
{
border-color: #C592DB;
}
</style>