Shades of Wisteria #C59ADA
Tints of Wisteria #C59ADA
RGB
CMYK
RGB Variations
Color information
#C59ADA (or 0xC59ADA) is known color: Wisteria. HEX triplet: C5, 9A and DA. RGB value is (197,154,218). Sum of RGB (Red+Green+Blue) = 197+154+218=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C59ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ADA is #3A6525. Grayscale: #ADADAD. Windows color (decimal): -3826982 or 14326469. OLE color: 14326469.
HSL color Cylindrical-coordinate representation of color #C59ADA: hue angle of 280.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C59ADA is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 154 | 218 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.15 |
| HSL | 280.31º | 0.46% | 0.73% | - |
| HSV(B) | 280.31º | 0.29% | 0.85% | - |
| XYZ | 47.24 | 40.04 | 71.57 | - |
| YUV | 174.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 218 | 0.10 | 0.29 | 0 | 0.15 | 280.31 | 0.46 | 0.73 |
| Hex | C5 | 9A | DA | A | 1D | 0 | F | 118 | 2E | 49 |
| Octal | 305 | 232 | 332 | 12 | 35 | 0 | 17 | 430 | 56 | 111 |
| Binary | 11000101 | 10011010 | 11011010 | 1010 | 11101 | 0 | 1111 | 100011000 | 101110 | 1001001 |
Color Harmonies of #C59ADA
Complementary color
Monochromatic Colors of #C59ADA
Black with #C59ADA
Text Example
Text Example
White with #C59ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ADA; }
p { color: rgb(197,154,218); }
H1.HeaderClassName
{
color: #C59ADA;
}
.AnyTagClassName
{
color: #C59ADA;
}
</style>
background-color css
<style>
a { background-color: #C59ADA; }
a { background-color: rgb(197,154,218); }
div.DivClassName
{
background-color: #C59ADA;
}
.BgClassName
{
background-color: #C59ADA;
}
</style>
border-color css
<style>
span { border-color: #C59ADA; }
span { border-color: rgb(197,154,218); }
td.TdClassName
{
border-color: #C59ADA;
}
.TagClassName
{
border-color: #C59ADA;
}
</style>