Shades of Wisteria #C59CD5
Tints of Wisteria #C59CD5
RGB
CMYK
RGB Variations
Color information
#C59CD5 (or 0xC59CD5) is known color: Wisteria. HEX triplet: C5, 9C and D5. RGB value is (197,156,213). Sum of RGB (Red+Green+Blue) = 197+156+213=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #C59CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CD5 is #3A632A. Grayscale: #AEAEAE. Windows color (decimal): -3826475 or 13999301. OLE color: 13999301.
HSL color Cylindrical-coordinate representation of color #C59CD5: hue angle of 283.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59CD5 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 156 | 213 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.16 |
| HSL | 283.16º | 0.4% | 0.72% | - |
| HSV(B) | 283.16º | 0.27% | 0.84% | - |
| XYZ | 46.92 | 40.45 | 68.29 | - |
| YUV | 174.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 213 | 0.08 | 0.27 | 0 | 0.16 | 283.16 | 0.4 | 0.72 |
| Hex | C5 | 9C | D5 | 8 | 1B | 0 | 10 | 11B | 28 | 48 |
| Octal | 305 | 234 | 325 | 10 | 33 | 0 | 20 | 433 | 50 | 110 |
| Binary | 11000101 | 10011100 | 11010101 | 1000 | 11011 | 0 | 10000 | 100011011 | 101000 | 1001000 |
Color Harmonies of #C59CD5
Complementary color
Monochromatic Colors of #C59CD5
Black with #C59CD5
Text Example
Text Example
White with #C59CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CD5; }
p { color: rgb(197,156,213); }
H1.HeaderClassName
{
color: #C59CD5;
}
.AnyTagClassName
{
color: #C59CD5;
}
</style>
background-color css
<style>
a { background-color: #C59CD5; }
a { background-color: rgb(197,156,213); }
div.DivClassName
{
background-color: #C59CD5;
}
.BgClassName
{
background-color: #C59CD5;
}
</style>
border-color css
<style>
span { border-color: #C59CD5; }
span { border-color: rgb(197,156,213); }
td.TdClassName
{
border-color: #C59CD5;
}
.TagClassName
{
border-color: #C59CD5;
}
</style>