Shades of Wisteria #C5A1D0
Tints of Wisteria #C5A1D0
RGB
CMYK
RGB Variations
Color information
#C5A1D0 (or 0xC5A1D0) is known color: Wisteria. HEX triplet: C5, A1 and D0. RGB value is (197,161,208). Sum of RGB (Red+Green+Blue) = 197+161+208=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5A1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1D0 is #3A5E2F. Grayscale: #B0B0B0. Windows color (decimal): -3825200 or 13672901. OLE color: 13672901.
HSL color Cylindrical-coordinate representation of color #C5A1D0: hue angle of 285.96º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5A1D0 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 161 | 208 | - |
CMYK | 0.05 | 0.23 | 0 | 0.18 |
HSL | 285.96º | 0.33% | 0.72% | - |
HSV(B) | 285.96º | 0.23% | 0.82% | - |
XYZ | 47.16 | 41.91 | 65.28 | - |
YUV | 177.12 | 145.43 | 142.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 161 | 208 | 0.05 | 0.23 | 0 | 0.18 | 285.96 | 0.33 | 0.72 |
Hex | C5 | A1 | D0 | 5 | 17 | 0 | 12 | 11E | 21 | 48 |
Octal | 305 | 241 | 320 | 5 | 27 | 0 | 22 | 436 | 41 | 110 |
Binary | 11000101 | 10100001 | 11010000 | 101 | 10111 | 0 | 10010 | 100011110 | 100001 | 1001000 |
Color Harmonies of #C5A1D0
Complementary color
Monochromatic Colors of #C5A1D0
Black with #C5A1D0
Text Example
Text Example
White with #C5A1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1D0; }
p { color: rgb(197,161,208); }
H1.HeaderClassName
{
color: #C5A1D0;
}
.AnyTagClassName
{
color: #C5A1D0;
}
</style>
background-color css
<style>
a { background-color: #C5A1D0; }
a { background-color: rgb(197,161,208); }
div.DivClassName
{
background-color: #C5A1D0;
}
.BgClassName
{
background-color: #C5A1D0;
}
</style>
border-color css
<style>
span { border-color: #C5A1D0; }
span { border-color: rgb(197,161,208); }
td.TdClassName
{
border-color: #C5A1D0;
}
.TagClassName
{
border-color: #C5A1D0;
}
</style>