Shades of Wisteria #C59DD2
Tints of Wisteria #C59DD2
RGB
CMYK
RGB Variations
Color information
#C59DD2 (or 0xC59DD2) is known color: Wisteria. HEX triplet: C5, 9D and D2. RGB value is (197,157,210). Sum of RGB (Red+Green+Blue) = 197+157+210=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DD2 is #3A622D. Grayscale: #AEAEAE. Windows color (decimal): -3826222 or 13802949. OLE color: 13802949.
HSL color Cylindrical-coordinate representation of color #C59DD2: hue angle of 285.28º 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 #C59DD2 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 157 | 210 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.18 |
| HSL | 285.28º | 0.37% | 0.72% | - |
| HSV(B) | 285.28º | 0.25% | 0.82% | - |
| XYZ | 46.72 | 40.64 | 66.35 | - |
| YUV | 175 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 210 | 0.06 | 0.25 | 0 | 0.18 | 285.28 | 0.37 | 0.72 |
| Hex | C5 | 9D | D2 | 6 | 19 | 0 | 12 | 11D | 25 | 48 |
| Octal | 305 | 235 | 322 | 6 | 31 | 0 | 22 | 435 | 45 | 110 |
| Binary | 11000101 | 10011101 | 11010010 | 110 | 11001 | 0 | 10010 | 100011101 | 100101 | 1001000 |
Color Harmonies of #C59DD2
Complementary color
Monochromatic Colors of #C59DD2
Black with #C59DD2
Text Example
Text Example
White with #C59DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DD2; }
p { color: rgb(197,157,210); }
H1.HeaderClassName
{
color: #C59DD2;
}
.AnyTagClassName
{
color: #C59DD2;
}
</style>
background-color css
<style>
a { background-color: #C59DD2; }
a { background-color: rgb(197,157,210); }
div.DivClassName
{
background-color: #C59DD2;
}
.BgClassName
{
background-color: #C59DD2;
}
</style>
border-color css
<style>
span { border-color: #C59DD2; }
span { border-color: rgb(197,157,210); }
td.TdClassName
{
border-color: #C59DD2;
}
.TagClassName
{
border-color: #C59DD2;
}
</style>