Shades of Wisteria #C59EDB
Tints of Wisteria #C59EDB
RGB
CMYK
RGB Variations
Color information
#C59EDB (or 0xC59EDB) is known color: Wisteria. HEX triplet: C5, 9E and DB. RGB value is (197,158,219). Sum of RGB (Red+Green+Blue) = 197+158+219=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EDB is #3A6124. Grayscale: #B0B0B0. Windows color (decimal): -3825957 or 14393029. OLE color: 14393029.
HSL color Cylindrical-coordinate representation of color #C59EDB: hue angle of 278.36º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C59EDB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 158 | 219 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.14 |
| HSL | 278.36º | 0.46% | 0.74% | - |
| HSV(B) | 278.36º | 0.28% | 0.86% | - |
| XYZ | 48.04 | 41.44 | 72.48 | - |
| YUV | 176.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 219 | 0.10 | 0.28 | 0 | 0.14 | 278.36 | 0.46 | 0.74 |
| Hex | C5 | 9E | DB | A | 1C | 0 | E | 116 | 2E | 4A |
| Octal | 305 | 236 | 333 | 12 | 34 | 0 | 16 | 426 | 56 | 112 |
| Binary | 11000101 | 10011110 | 11011011 | 1010 | 11100 | 0 | 1110 | 100010110 | 101110 | 1001010 |
Color Harmonies of #C59EDB
Complementary color
Monochromatic Colors of #C59EDB
Black with #C59EDB
Text Example
Text Example
White with #C59EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EDB; }
p { color: rgb(197,158,219); }
H1.HeaderClassName
{
color: #C59EDB;
}
.AnyTagClassName
{
color: #C59EDB;
}
</style>
background-color css
<style>
a { background-color: #C59EDB; }
a { background-color: rgb(197,158,219); }
div.DivClassName
{
background-color: #C59EDB;
}
.BgClassName
{
background-color: #C59EDB;
}
</style>
border-color css
<style>
span { border-color: #C59EDB; }
span { border-color: rgb(197,158,219); }
td.TdClassName
{
border-color: #C59EDB;
}
.TagClassName
{
border-color: #C59EDB;
}
</style>