Shades of Wisteria #C59EDA
Tints of Wisteria #C59EDA
RGB
CMYK
RGB Variations
Color information
#C59EDA (or 0xC59EDA) is known color: Wisteria. HEX triplet: C5, 9E and DA. RGB value is (197,158,218). Sum of RGB (Red+Green+Blue) = 197+158+218=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C59EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EDA is #3A6125. Grayscale: #B0B0B0. Windows color (decimal): -3825958 or 14327493. OLE color: 14327493.
HSL color Cylindrical-coordinate representation of color #C59EDA: hue angle of 279º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C59EDA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 158 | 218 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.15 |
| HSL | 279º | 0.45% | 0.74% | - |
| HSV(B) | 279º | 0.28% | 0.85% | - |
| XYZ | 47.91 | 41.39 | 71.79 | - |
| YUV | 176.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 218 | 0.10 | 0.28 | 0 | 0.15 | 279 | 0.45 | 0.74 |
| Hex | C5 | 9E | DA | A | 1C | 0 | F | 117 | 2D | 4A |
| Octal | 305 | 236 | 332 | 12 | 34 | 0 | 17 | 427 | 55 | 112 |
| Binary | 11000101 | 10011110 | 11011010 | 1010 | 11100 | 0 | 1111 | 100010111 | 101101 | 1001010 |
Color Harmonies of #C59EDA
Complementary color
Monochromatic Colors of #C59EDA
Black with #C59EDA
Text Example
Text Example
White with #C59EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EDA; }
p { color: rgb(197,158,218); }
H1.HeaderClassName
{
color: #C59EDA;
}
.AnyTagClassName
{
color: #C59EDA;
}
</style>
background-color css
<style>
a { background-color: #C59EDA; }
a { background-color: rgb(197,158,218); }
div.DivClassName
{
background-color: #C59EDA;
}
.BgClassName
{
background-color: #C59EDA;
}
</style>
border-color css
<style>
span { border-color: #C59EDA; }
span { border-color: rgb(197,158,218); }
td.TdClassName
{
border-color: #C59EDA;
}
.TagClassName
{
border-color: #C59EDA;
}
</style>