Shades of Wisteria #C59FDB
Tints of Wisteria #C59FDB
RGB
CMYK
RGB Variations
Color information
#C59FDB (or 0xC59FDB) is known color: Wisteria. HEX triplet: C5, 9F and DB. RGB value is (197,159,219). Sum of RGB (Red+Green+Blue) = 197+159+219=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FDB is #3A6024. Grayscale: #B0B0B0. Windows color (decimal): -3825701 or 14393285. OLE color: 14393285.
HSL color Cylindrical-coordinate representation of color #C59FDB: hue angle of 278º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59FDB is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 159 | 219 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.14 |
| HSL | 278º | 0.45% | 0.74% | - |
| HSV(B) | 278º | 0.27% | 0.86% | - |
| XYZ | 48.21 | 41.78 | 72.54 | - |
| YUV | 177.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 219 | 0.10 | 0.27 | 0 | 0.14 | 278 | 0.45 | 0.74 |
| Hex | C5 | 9F | DB | A | 1B | 0 | E | 116 | 2D | 4A |
| Octal | 305 | 237 | 333 | 12 | 33 | 0 | 16 | 426 | 55 | 112 |
| Binary | 11000101 | 10011111 | 11011011 | 1010 | 11011 | 0 | 1110 | 100010110 | 101101 | 1001010 |
Color Harmonies of #C59FDB
Complementary color
Monochromatic Colors of #C59FDB
Black with #C59FDB
Text Example
Text Example
White with #C59FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FDB; }
p { color: rgb(197,159,219); }
H1.HeaderClassName
{
color: #C59FDB;
}
.AnyTagClassName
{
color: #C59FDB;
}
</style>
background-color css
<style>
a { background-color: #C59FDB; }
a { background-color: rgb(197,159,219); }
div.DivClassName
{
background-color: #C59FDB;
}
.BgClassName
{
background-color: #C59FDB;
}
</style>
border-color css
<style>
span { border-color: #C59FDB; }
span { border-color: rgb(197,159,219); }
td.TdClassName
{
border-color: #C59FDB;
}
.TagClassName
{
border-color: #C59FDB;
}
</style>