Shades of Wisteria #C59FDE
Tints of Wisteria #C59FDE
RGB
CMYK
RGB Variations
Color information
#C59FDE (or 0xC59FDE) is known color: Wisteria. HEX triplet: C5, 9F and DE. RGB value is (197,159,222). Sum of RGB (Red+Green+Blue) = 197+159+222=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #C59FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FDE is #3A6021. Grayscale: #B1B1B1. Windows color (decimal): -3825698 or 14589893. OLE color: 14589893.
HSL color Cylindrical-coordinate representation of color #C59FDE: hue angle of 276.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C59FDE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 159 | 222 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.13 |
| HSL | 276.19º | 0.49% | 0.75% | - |
| HSV(B) | 276.19º | 0.28% | 0.87% | - |
| XYZ | 48.61 | 41.94 | 74.64 | - |
| YUV | 177.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 222 | 0.11 | 0.28 | 0 | 0.13 | 276.19 | 0.49 | 0.75 |
| Hex | C5 | 9F | DE | B | 1C | 0 | D | 114 | 31 | 4B |
| Octal | 305 | 237 | 336 | 13 | 34 | 0 | 15 | 424 | 61 | 113 |
| Binary | 11000101 | 10011111 | 11011110 | 1011 | 11100 | 0 | 1101 | 100010100 | 110001 | 1001011 |
Color Harmonies of #C59FDE
Complementary color
Monochromatic Colors of #C59FDE
Black with #C59FDE
Text Example
Text Example
White with #C59FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FDE; }
p { color: rgb(197,159,222); }
H1.HeaderClassName
{
color: #C59FDE;
}
.AnyTagClassName
{
color: #C59FDE;
}
</style>
background-color css
<style>
a { background-color: #C59FDE; }
a { background-color: rgb(197,159,222); }
div.DivClassName
{
background-color: #C59FDE;
}
.BgClassName
{
background-color: #C59FDE;
}
</style>
border-color css
<style>
span { border-color: #C59FDE; }
span { border-color: rgb(197,159,222); }
td.TdClassName
{
border-color: #C59FDE;
}
.TagClassName
{
border-color: #C59FDE;
}
</style>