Shades of Wisteria #C58BDB
Tints of Wisteria #C58BDB
RGB
CMYK
RGB Variations
Color information
#C58BDB (or 0xC58BDB) is known color: Wisteria. HEX triplet: C5, 8B and DB. RGB value is (197,139,219). Sum of RGB (Red+Green+Blue) = 197+139+219=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDB is #3A7424. Grayscale: #A5A5A5. Windows color (decimal): -3830821 or 14388165. OLE color: 14388165.
HSL color Cylindrical-coordinate representation of color #C58BDB: hue angle of 283.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58BDB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 139 | 219 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.14 |
| HSL | 283.5º | 0.53% | 0.7% | - |
| HSV(B) | 283.5º | 0.37% | 0.86% | - |
| XYZ | 45.04 | 35.45 | 71.49 | - |
| YUV | 165.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 219 | 0.10 | 0.37 | 0 | 0.14 | 283.5 | 0.53 | 0.7 |
| Hex | C5 | 8B | DB | A | 25 | 0 | E | 11C | 35 | 46 |
| Octal | 305 | 213 | 333 | 12 | 45 | 0 | 16 | 434 | 65 | 106 |
| Binary | 11000101 | 10001011 | 11011011 | 1010 | 100101 | 0 | 1110 | 100011100 | 110101 | 1000110 |
Color Harmonies of #C58BDB
Complementary color
Monochromatic Colors of #C58BDB
Black with #C58BDB
Text Example
Text Example
White with #C58BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BDB; }
p { color: rgb(197,139,219); }
H1.HeaderClassName
{
color: #C58BDB;
}
.AnyTagClassName
{
color: #C58BDB;
}
</style>
background-color css
<style>
a { background-color: #C58BDB; }
a { background-color: rgb(197,139,219); }
div.DivClassName
{
background-color: #C58BDB;
}
.BgClassName
{
background-color: #C58BDB;
}
</style>
border-color css
<style>
span { border-color: #C58BDB; }
span { border-color: rgb(197,139,219); }
td.TdClassName
{
border-color: #C58BDB;
}
.TagClassName
{
border-color: #C58BDB;
}
</style>