Shades of Wisteria #C59DDB
Tints of Wisteria #C59DDB
RGB
CMYK
RGB Variations
Color information
#C59DDB (or 0xC59DDB) is known color: Wisteria. HEX triplet: C5, 9D and DB. RGB value is (197,157,219). Sum of RGB (Red+Green+Blue) = 197+157+219=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DDB is #3A6224. Grayscale: #AFAFAF. Windows color (decimal): -3826213 or 14392773. OLE color: 14392773.
HSL color Cylindrical-coordinate representation of color #C59DDB: hue angle of 278.71º 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 #C59DDB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 157 | 219 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.14 |
| HSL | 278.71º | 0.46% | 0.74% | - |
| HSV(B) | 278.71º | 0.28% | 0.86% | - |
| XYZ | 47.87 | 41.1 | 72.43 | - |
| YUV | 176.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 219 | 0.10 | 0.28 | 0 | 0.14 | 278.71 | 0.46 | 0.74 |
| Hex | C5 | 9D | DB | A | 1C | 0 | E | 117 | 2E | 4A |
| Octal | 305 | 235 | 333 | 12 | 34 | 0 | 16 | 427 | 56 | 112 |
| Binary | 11000101 | 10011101 | 11011011 | 1010 | 11100 | 0 | 1110 | 100010111 | 101110 | 1001010 |
Color Harmonies of #C59DDB
Complementary color
Monochromatic Colors of #C59DDB
Black with #C59DDB
Text Example
Text Example
White with #C59DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DDB; }
p { color: rgb(197,157,219); }
H1.HeaderClassName
{
color: #C59DDB;
}
.AnyTagClassName
{
color: #C59DDB;
}
</style>
background-color css
<style>
a { background-color: #C59DDB; }
a { background-color: rgb(197,157,219); }
div.DivClassName
{
background-color: #C59DDB;
}
.BgClassName
{
background-color: #C59DDB;
}
</style>
border-color css
<style>
span { border-color: #C59DDB; }
span { border-color: rgb(197,157,219); }
td.TdClassName
{
border-color: #C59DDB;
}
.TagClassName
{
border-color: #C59DDB;
}
</style>