Shades of Wisteria #C59FD4
Tints of Wisteria #C59FD4
RGB
CMYK
RGB Variations
Color information
#C59FD4 (or 0xC59FD4) is known color: Wisteria. HEX triplet: C5, 9F and D4. RGB value is (197,159,212). Sum of RGB (Red+Green+Blue) = 197+159+212=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #C59FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FD4 is #3A602B. Grayscale: #B0B0B0. Windows color (decimal): -3825708 or 13934533. OLE color: 13934533.
HSL color Cylindrical-coordinate representation of color #C59FD4: hue angle of 283.02º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59FD4 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 159 | 212 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.17 |
| HSL | 283.02º | 0.38% | 0.73% | - |
| HSV(B) | 283.02º | 0.25% | 0.83% | - |
| XYZ | 47.31 | 41.42 | 67.79 | - |
| YUV | 176.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 212 | 0.07 | 0.25 | 0 | 0.17 | 283.02 | 0.38 | 0.73 |
| Hex | C5 | 9F | D4 | 7 | 19 | 0 | 11 | 11B | 26 | 49 |
| Octal | 305 | 237 | 324 | 7 | 31 | 0 | 21 | 433 | 46 | 111 |
| Binary | 11000101 | 10011111 | 11010100 | 111 | 11001 | 0 | 10001 | 100011011 | 100110 | 1001001 |
Color Harmonies of #C59FD4
Complementary color
Monochromatic Colors of #C59FD4
Black with #C59FD4
Text Example
Text Example
White with #C59FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FD4; }
p { color: rgb(197,159,212); }
H1.HeaderClassName
{
color: #C59FD4;
}
.AnyTagClassName
{
color: #C59FD4;
}
</style>
background-color css
<style>
a { background-color: #C59FD4; }
a { background-color: rgb(197,159,212); }
div.DivClassName
{
background-color: #C59FD4;
}
.BgClassName
{
background-color: #C59FD4;
}
</style>
border-color css
<style>
span { border-color: #C59FD4; }
span { border-color: rgb(197,159,212); }
td.TdClassName
{
border-color: #C59FD4;
}
.TagClassName
{
border-color: #C59FD4;
}
</style>