Shades of Wisteria #C58CDB
Tints of Wisteria #C58CDB
RGB
CMYK
RGB Variations
Color information
#C58CDB (or 0xC58CDB) is known color: Wisteria. HEX triplet: C5, 8C and DB. RGB value is (197,140,219). Sum of RGB (Red+Green+Blue) = 197+140+219=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDB is #3A7324. Grayscale: #A5A5A5. Windows color (decimal): -3830565 or 14388421. OLE color: 14388421.
HSL color Cylindrical-coordinate representation of color #C58CDB: hue angle of 283.29º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58CDB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 140 | 219 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.14 |
| HSL | 283.29º | 0.52% | 0.7% | - |
| HSV(B) | 283.29º | 0.36% | 0.86% | - |
| XYZ | 45.19 | 35.74 | 71.53 | - |
| YUV | 166.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 219 | 0.10 | 0.36 | 0 | 0.14 | 283.29 | 0.52 | 0.7 |
| Hex | C5 | 8C | DB | A | 24 | 0 | E | 11B | 34 | 46 |
| Octal | 305 | 214 | 333 | 12 | 44 | 0 | 16 | 433 | 64 | 106 |
| Binary | 11000101 | 10001100 | 11011011 | 1010 | 100100 | 0 | 1110 | 100011011 | 110100 | 1000110 |
Color Harmonies of #C58CDB
Complementary color
Monochromatic Colors of #C58CDB
Black with #C58CDB
Text Example
Text Example
White with #C58CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CDB; }
p { color: rgb(197,140,219); }
H1.HeaderClassName
{
color: #C58CDB;
}
.AnyTagClassName
{
color: #C58CDB;
}
</style>
background-color css
<style>
a { background-color: #C58CDB; }
a { background-color: rgb(197,140,219); }
div.DivClassName
{
background-color: #C58CDB;
}
.BgClassName
{
background-color: #C58CDB;
}
</style>
border-color css
<style>
span { border-color: #C58CDB; }
span { border-color: rgb(197,140,219); }
td.TdClassName
{
border-color: #C58CDB;
}
.TagClassName
{
border-color: #C58CDB;
}
</style>