Shades of Wisteria #C5A1DC
Tints of Wisteria #C5A1DC
RGB
CMYK
RGB Variations
Color information
#C5A1DC (or 0xC5A1DC) is known color: Wisteria. HEX triplet: C5, A1 and DC. RGB value is (197,161,220). Sum of RGB (Red+Green+Blue) = 197+161+220=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1DC is #3A5E23. Grayscale: #B2B2B2. Windows color (decimal): -3825188 or 14459333. OLE color: 14459333.
HSL color Cylindrical-coordinate representation of color #C5A1DC: hue angle of 276.61º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A1DC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 161 | 220 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.14 |
| HSL | 276.61º | 0.46% | 0.75% | - |
| HSV(B) | 276.61º | 0.27% | 0.86% | - |
| XYZ | 48.69 | 42.53 | 73.35 | - |
| YUV | 178.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 220 | 0.10 | 0.27 | 0 | 0.14 | 276.61 | 0.46 | 0.75 |
| Hex | C5 | A1 | DC | A | 1B | 0 | E | 115 | 2E | 4B |
| Octal | 305 | 241 | 334 | 12 | 33 | 0 | 16 | 425 | 56 | 113 |
| Binary | 11000101 | 10100001 | 11011100 | 1010 | 11011 | 0 | 1110 | 100010101 | 101110 | 1001011 |
Color Harmonies of #C5A1DC
Complementary color
Monochromatic Colors of #C5A1DC
Black with #C5A1DC
Text Example
Text Example
White with #C5A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1DC; }
p { color: rgb(197,161,220); }
H1.HeaderClassName
{
color: #C5A1DC;
}
.AnyTagClassName
{
color: #C5A1DC;
}
</style>
background-color css
<style>
a { background-color: #C5A1DC; }
a { background-color: rgb(197,161,220); }
div.DivClassName
{
background-color: #C5A1DC;
}
.BgClassName
{
background-color: #C5A1DC;
}
</style>
border-color css
<style>
span { border-color: #C5A1DC; }
span { border-color: rgb(197,161,220); }
td.TdClassName
{
border-color: #C5A1DC;
}
.TagClassName
{
border-color: #C5A1DC;
}
</style>