Shades of Wisteria #C5A3CE
Tints of Wisteria #C5A3CE
RGB
CMYK
RGB Variations
Color information
#C5A3CE (or 0xC5A3CE) is known color: Wisteria. HEX triplet: C5, A3 and CE. RGB value is (197,163,206). Sum of RGB (Red+Green+Blue) = 197+163+206=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3CE is #3A5C31. Grayscale: #B1B1B1. Windows color (decimal): -3824690 or 13542341. OLE color: 13542341.
HSL color Cylindrical-coordinate representation of color #C5A3CE: hue angle of 287.44º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A3CE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 163 | 206 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.19 |
| HSL | 287.44º | 0.3% | 0.72% | - |
| HSV(B) | 287.44º | 0.21% | 0.81% | - |
| XYZ | 47.26 | 42.52 | 64.11 | - |
| YUV | 178.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 206 | 0.04 | 0.21 | 0 | 0.19 | 287.44 | 0.3 | 0.72 |
| Hex | C5 | A3 | CE | 4 | 15 | 0 | 13 | 11F | 1E | 48 |
| Octal | 305 | 243 | 316 | 4 | 25 | 0 | 23 | 437 | 36 | 110 |
| Binary | 11000101 | 10100011 | 11001110 | 100 | 10101 | 0 | 10011 | 100011111 | 11110 | 1001000 |
Color Harmonies of #C5A3CE
Complementary color
Monochromatic Colors of #C5A3CE
Black with #C5A3CE
Text Example
Text Example
White with #C5A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3CE; }
p { color: rgb(197,163,206); }
H1.HeaderClassName
{
color: #C5A3CE;
}
.AnyTagClassName
{
color: #C5A3CE;
}
</style>
background-color css
<style>
a { background-color: #C5A3CE; }
a { background-color: rgb(197,163,206); }
div.DivClassName
{
background-color: #C5A3CE;
}
.BgClassName
{
background-color: #C5A3CE;
}
</style>
border-color css
<style>
span { border-color: #C5A3CE; }
span { border-color: rgb(197,163,206); }
td.TdClassName
{
border-color: #C5A3CE;
}
.TagClassName
{
border-color: #C5A3CE;
}
</style>