Shades of Wisteria #C59CDE
Tints of Wisteria #C59CDE
RGB
CMYK
RGB Variations
Color information
#C59CDE (or 0xC59CDE) is known color: Wisteria. HEX triplet: C5, 9C and DE. RGB value is (197,156,222). Sum of RGB (Red+Green+Blue) = 197+156+222=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C59CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CDE is #3A6321. Grayscale: #AFAFAF. Windows color (decimal): -3826466 or 14589125. OLE color: 14589125.
HSL color Cylindrical-coordinate representation of color #C59CDE: hue angle of 277.27º 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 #C59CDE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 156 | 222 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.13 |
| HSL | 277.27º | 0.5% | 0.74% | - |
| HSV(B) | 277.27º | 0.3% | 0.87% | - |
| XYZ | 48.1 | 40.92 | 74.47 | - |
| YUV | 175.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 222 | 0.11 | 0.30 | 0 | 0.13 | 277.27 | 0.5 | 0.74 |
| Hex | C5 | 9C | DE | B | 1E | 0 | D | 115 | 32 | 4A |
| Octal | 305 | 234 | 336 | 13 | 36 | 0 | 15 | 425 | 62 | 112 |
| Binary | 11000101 | 10011100 | 11011110 | 1011 | 11110 | 0 | 1101 | 100010101 | 110010 | 1001010 |
Color Harmonies of #C59CDE
Complementary color
Monochromatic Colors of #C59CDE
Black with #C59CDE
Text Example
Text Example
White with #C59CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CDE; }
p { color: rgb(197,156,222); }
H1.HeaderClassName
{
color: #C59CDE;
}
.AnyTagClassName
{
color: #C59CDE;
}
</style>
background-color css
<style>
a { background-color: #C59CDE; }
a { background-color: rgb(197,156,222); }
div.DivClassName
{
background-color: #C59CDE;
}
.BgClassName
{
background-color: #C59CDE;
}
</style>
border-color css
<style>
span { border-color: #C59CDE; }
span { border-color: rgb(197,156,222); }
td.TdClassName
{
border-color: #C59CDE;
}
.TagClassName
{
border-color: #C59CDE;
}
</style>