Shades of Wisteria #C59CD1
Tints of Wisteria #C59CD1
RGB
CMYK
RGB Variations
Color information
#C59CD1 (or 0xC59CD1) is known color: Wisteria. HEX triplet: C5, 9C and D1. RGB value is (197,156,209). Sum of RGB (Red+Green+Blue) = 197+156+209=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C59CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CD1 is #3A632E. Grayscale: #AEAEAE. Windows color (decimal): -3826479 or 13737157. OLE color: 13737157.
HSL color Cylindrical-coordinate representation of color #C59CD1: hue angle of 286.42º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59CD1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 156 | 209 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.18 |
| HSL | 286.42º | 0.37% | 0.72% | - |
| HSV(B) | 286.42º | 0.25% | 0.82% | - |
| XYZ | 46.42 | 40.25 | 65.64 | - |
| YUV | 174.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 209 | 0.06 | 0.25 | 0 | 0.18 | 286.42 | 0.37 | 0.72 |
| Hex | C5 | 9C | D1 | 6 | 19 | 0 | 12 | 11E | 25 | 48 |
| Octal | 305 | 234 | 321 | 6 | 31 | 0 | 22 | 436 | 45 | 110 |
| Binary | 11000101 | 10011100 | 11010001 | 110 | 11001 | 0 | 10010 | 100011110 | 100101 | 1001000 |
Color Harmonies of #C59CD1
Complementary color
Monochromatic Colors of #C59CD1
Black with #C59CD1
Text Example
Text Example
White with #C59CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CD1; }
p { color: rgb(197,156,209); }
H1.HeaderClassName
{
color: #C59CD1;
}
.AnyTagClassName
{
color: #C59CD1;
}
</style>
background-color css
<style>
a { background-color: #C59CD1; }
a { background-color: rgb(197,156,209); }
div.DivClassName
{
background-color: #C59CD1;
}
.BgClassName
{
background-color: #C59CD1;
}
</style>
border-color css
<style>
span { border-color: #C59CD1; }
span { border-color: rgb(197,156,209); }
td.TdClassName
{
border-color: #C59CD1;
}
.TagClassName
{
border-color: #C59CD1;
}
</style>