Shades of Wisteria #C59FD2
Tints of Wisteria #C59FD2
RGB
CMYK
RGB Variations
Color information
#C59FD2 (or 0xC59FD2) is known color: Wisteria. HEX triplet: C5, 9F and D2. RGB value is (197,159,210). Sum of RGB (Red+Green+Blue) = 197+159+210=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FD2 is #3A602D. Grayscale: #B0B0B0. Windows color (decimal): -3825710 or 13803461. OLE color: 13803461.
HSL color Cylindrical-coordinate representation of color #C59FD2: hue angle of 284.71º degrees, saturation: 0.36, 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 #C59FD2 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 159 | 210 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.18 |
| HSL | 284.71º | 0.36% | 0.72% | - |
| HSV(B) | 284.71º | 0.24% | 0.82% | - |
| XYZ | 47.06 | 41.32 | 66.47 | - |
| YUV | 176.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 210 | 0.06 | 0.24 | 0 | 0.18 | 284.71 | 0.36 | 0.72 |
| Hex | C5 | 9F | D2 | 6 | 18 | 0 | 12 | 11D | 24 | 48 |
| Octal | 305 | 237 | 322 | 6 | 30 | 0 | 22 | 435 | 44 | 110 |
| Binary | 11000101 | 10011111 | 11010010 | 110 | 11000 | 0 | 10010 | 100011101 | 100100 | 1001000 |
Color Harmonies of #C59FD2
Complementary color
Monochromatic Colors of #C59FD2
Black with #C59FD2
Text Example
Text Example
White with #C59FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FD2; }
p { color: rgb(197,159,210); }
H1.HeaderClassName
{
color: #C59FD2;
}
.AnyTagClassName
{
color: #C59FD2;
}
</style>
background-color css
<style>
a { background-color: #C59FD2; }
a { background-color: rgb(197,159,210); }
div.DivClassName
{
background-color: #C59FD2;
}
.BgClassName
{
background-color: #C59FD2;
}
</style>
border-color css
<style>
span { border-color: #C59FD2; }
span { border-color: rgb(197,159,210); }
td.TdClassName
{
border-color: #C59FD2;
}
.TagClassName
{
border-color: #C59FD2;
}
</style>