Shades of Wisteria #C593DB
Tints of Wisteria #C593DB
RGB
CMYK
RGB Variations
Color information
#C593DB (or 0xC593DB) is known color: Wisteria. HEX triplet: C5, 93 and DB. RGB value is (197,147,219). Sum of RGB (Red+Green+Blue) = 197+147+219=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C593DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593DB is #3A6C24. Grayscale: #A9A9A9. Windows color (decimal): -3828773 or 14390213. OLE color: 14390213.
HSL color Cylindrical-coordinate representation of color #C593DB: hue angle of 281.67º 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 #C593DB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 147 | 219 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.14 |
| HSL | 281.67º | 0.5% | 0.72% | - |
| HSV(B) | 281.67º | 0.33% | 0.86% | - |
| XYZ | 46.25 | 37.85 | 71.89 | - |
| YUV | 170.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 219 | 0.10 | 0.33 | 0 | 0.14 | 281.67 | 0.5 | 0.72 |
| Hex | C5 | 93 | DB | A | 21 | 0 | E | 11A | 32 | 48 |
| Octal | 305 | 223 | 333 | 12 | 41 | 0 | 16 | 432 | 62 | 110 |
| Binary | 11000101 | 10010011 | 11011011 | 1010 | 100001 | 0 | 1110 | 100011010 | 110010 | 1001000 |
Color Harmonies of #C593DB
Complementary color
Monochromatic Colors of #C593DB
Black with #C593DB
Text Example
Text Example
White with #C593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593DB; }
p { color: rgb(197,147,219); }
H1.HeaderClassName
{
color: #C593DB;
}
.AnyTagClassName
{
color: #C593DB;
}
</style>
background-color css
<style>
a { background-color: #C593DB; }
a { background-color: rgb(197,147,219); }
div.DivClassName
{
background-color: #C593DB;
}
.BgClassName
{
background-color: #C593DB;
}
</style>
border-color css
<style>
span { border-color: #C593DB; }
span { border-color: rgb(197,147,219); }
td.TdClassName
{
border-color: #C593DB;
}
.TagClassName
{
border-color: #C593DB;
}
</style>