Shades of Wisteria #C5A0D7
Tints of Wisteria #C5A0D7
RGB
CMYK
RGB Variations
Color information
#C5A0D7 (or 0xC5A0D7) is known color: Wisteria. HEX triplet: C5, A0 and D7. RGB value is (197,160,215). Sum of RGB (Red+Green+Blue) = 197+160+215=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5A0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0D7 is #3A5F28. Grayscale: #B1B1B1. Windows color (decimal): -3825449 or 14131397. OLE color: 14131397.
HSL color Cylindrical-coordinate representation of color #C5A0D7: hue angle of 280.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A0D7 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 160 | 215 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.16 |
| HSL | 280.36º | 0.41% | 0.74% | - |
| HSV(B) | 280.36º | 0.26% | 0.84% | - |
| XYZ | 47.86 | 41.92 | 69.86 | - |
| YUV | 177.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 215 | 0.08 | 0.26 | 0 | 0.16 | 280.36 | 0.41 | 0.74 |
| Hex | C5 | A0 | D7 | 8 | 1A | 0 | 10 | 118 | 29 | 4A |
| Octal | 305 | 240 | 327 | 10 | 32 | 0 | 20 | 430 | 51 | 112 |
| Binary | 11000101 | 10100000 | 11010111 | 1000 | 11010 | 0 | 10000 | 100011000 | 101001 | 1001010 |
Color Harmonies of #C5A0D7
Complementary color
Monochromatic Colors of #C5A0D7
Black with #C5A0D7
Text Example
Text Example
White with #C5A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0D7; }
p { color: rgb(197,160,215); }
H1.HeaderClassName
{
color: #C5A0D7;
}
.AnyTagClassName
{
color: #C5A0D7;
}
</style>
background-color css
<style>
a { background-color: #C5A0D7; }
a { background-color: rgb(197,160,215); }
div.DivClassName
{
background-color: #C5A0D7;
}
.BgClassName
{
background-color: #C5A0D7;
}
</style>
border-color css
<style>
span { border-color: #C5A0D7; }
span { border-color: rgb(197,160,215); }
td.TdClassName
{
border-color: #C5A0D7;
}
.TagClassName
{
border-color: #C5A0D7;
}
</style>