Shades of Wisteria #C59DD5
Tints of Wisteria #C59DD5
RGB
CMYK
RGB Variations
Color information
#C59DD5 (or 0xC59DD5) is known color: Wisteria. HEX triplet: C5, 9D and D5. RGB value is (197,157,213). Sum of RGB (Red+Green+Blue) = 197+157+213=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #C59DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DD5 is #3A622A. Grayscale: #AFAFAF. Windows color (decimal): -3826219 or 13999557. OLE color: 13999557.
HSL color Cylindrical-coordinate representation of color #C59DD5: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59DD5 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 157 | 213 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.16 |
| HSL | 282.86º | 0.4% | 0.73% | - |
| HSV(B) | 282.86º | 0.26% | 0.84% | - |
| XYZ | 47.09 | 40.79 | 68.34 | - |
| YUV | 175.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 213 | 0.08 | 0.26 | 0 | 0.16 | 282.86 | 0.4 | 0.73 |
| Hex | C5 | 9D | D5 | 8 | 1A | 0 | 10 | 11B | 28 | 49 |
| Octal | 305 | 235 | 325 | 10 | 32 | 0 | 20 | 433 | 50 | 111 |
| Binary | 11000101 | 10011101 | 11010101 | 1000 | 11010 | 0 | 10000 | 100011011 | 101000 | 1001001 |
Color Harmonies of #C59DD5
Complementary color
Monochromatic Colors of #C59DD5
Black with #C59DD5
Text Example
Text Example
White with #C59DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DD5; }
p { color: rgb(197,157,213); }
H1.HeaderClassName
{
color: #C59DD5;
}
.AnyTagClassName
{
color: #C59DD5;
}
</style>
background-color css
<style>
a { background-color: #C59DD5; }
a { background-color: rgb(197,157,213); }
div.DivClassName
{
background-color: #C59DD5;
}
.BgClassName
{
background-color: #C59DD5;
}
</style>
border-color css
<style>
span { border-color: #C59DD5; }
span { border-color: rgb(197,157,213); }
td.TdClassName
{
border-color: #C59DD5;
}
.TagClassName
{
border-color: #C59DD5;
}
</style>