Shades of Wisteria #C59BDE
Tints of Wisteria #C59BDE
RGB
CMYK
RGB Variations
Color information
#C59BDE (or 0xC59BDE) is known color: Wisteria. HEX triplet: C5, 9B and DE. RGB value is (197,155,222). Sum of RGB (Red+Green+Blue) = 197+155+222=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C59BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDE is #3A6421. Grayscale: #AEAEAE. Windows color (decimal): -3826722 or 14588869. OLE color: 14588869.
HSL color Cylindrical-coordinate representation of color #C59BDE: hue angle of 277.61º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59BDE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 155 | 222 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.13 |
| HSL | 277.61º | 0.5% | 0.74% | - |
| HSV(B) | 277.61º | 0.3% | 0.87% | - |
| XYZ | 47.93 | 40.59 | 74.42 | - |
| YUV | 175.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 222 | 0.11 | 0.30 | 0 | 0.13 | 277.61 | 0.5 | 0.74 |
| Hex | C5 | 9B | DE | B | 1E | 0 | D | 116 | 32 | 4A |
| Octal | 305 | 233 | 336 | 13 | 36 | 0 | 15 | 426 | 62 | 112 |
| Binary | 11000101 | 10011011 | 11011110 | 1011 | 11110 | 0 | 1101 | 100010110 | 110010 | 1001010 |
Color Harmonies of #C59BDE
Complementary color
Monochromatic Colors of #C59BDE
Black with #C59BDE
Text Example
Text Example
White with #C59BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BDE; }
p { color: rgb(197,155,222); }
H1.HeaderClassName
{
color: #C59BDE;
}
.AnyTagClassName
{
color: #C59BDE;
}
</style>
background-color css
<style>
a { background-color: #C59BDE; }
a { background-color: rgb(197,155,222); }
div.DivClassName
{
background-color: #C59BDE;
}
.BgClassName
{
background-color: #C59BDE;
}
</style>
border-color css
<style>
span { border-color: #C59BDE; }
span { border-color: rgb(197,155,222); }
td.TdClassName
{
border-color: #C59BDE;
}
.TagClassName
{
border-color: #C59BDE;
}
</style>