Shades of Wisteria #C59FD1
Tints of Wisteria #C59FD1
RGB
CMYK
RGB Variations
Color information
#C59FD1 (or 0xC59FD1) is known color: Wisteria. HEX triplet: C5, 9F and D1. RGB value is (197,159,209). Sum of RGB (Red+Green+Blue) = 197+159+209=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C59FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FD1 is #3A602E. Grayscale: #AFAFAF. Windows color (decimal): -3825711 or 13737925. OLE color: 13737925.
HSL color Cylindrical-coordinate representation of color #C59FD1: hue angle of 285.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59FD1 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 159 | 209 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.18 |
| HSL | 285.6º | 0.35% | 0.72% | - |
| HSV(B) | 285.6º | 0.24% | 0.82% | - |
| XYZ | 46.93 | 41.27 | 65.81 | - |
| YUV | 176.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 209 | 0.06 | 0.24 | 0 | 0.18 | 285.6 | 0.35 | 0.72 |
| Hex | C5 | 9F | D1 | 6 | 18 | 0 | 12 | 11E | 23 | 48 |
| Octal | 305 | 237 | 321 | 6 | 30 | 0 | 22 | 436 | 43 | 110 |
| Binary | 11000101 | 10011111 | 11010001 | 110 | 11000 | 0 | 10010 | 100011110 | 100011 | 1001000 |
Color Harmonies of #C59FD1
Complementary color
Monochromatic Colors of #C59FD1
Black with #C59FD1
Text Example
Text Example
White with #C59FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FD1; }
p { color: rgb(197,159,209); }
H1.HeaderClassName
{
color: #C59FD1;
}
.AnyTagClassName
{
color: #C59FD1;
}
</style>
background-color css
<style>
a { background-color: #C59FD1; }
a { background-color: rgb(197,159,209); }
div.DivClassName
{
background-color: #C59FD1;
}
.BgClassName
{
background-color: #C59FD1;
}
</style>
border-color css
<style>
span { border-color: #C59FD1; }
span { border-color: rgb(197,159,209); }
td.TdClassName
{
border-color: #C59FD1;
}
.TagClassName
{
border-color: #C59FD1;
}
</style>