Shades of Wisteria #C5A4D8
Tints of Wisteria #C5A4D8
RGB
CMYK
RGB Variations
Color information
#C5A4D8 (or 0xC5A4D8) is known color: Wisteria. HEX triplet: C5, A4 and D8. RGB value is (197,164,216). Sum of RGB (Red+Green+Blue) = 197+164+216=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5A4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4D8 is #3A5B27. Grayscale: #B3B3B3. Windows color (decimal): -3824424 or 14197957. OLE color: 14197957.
HSL color Cylindrical-coordinate representation of color #C5A4D8: hue angle of 278.08º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A4D8 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 164 | 216 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.15 |
| HSL | 278.08º | 0.4% | 0.75% | - |
| HSV(B) | 278.08º | 0.24% | 0.85% | - |
| XYZ | 48.7 | 43.38 | 70.77 | - |
| YUV | 179.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 216 | 0.09 | 0.24 | 0 | 0.15 | 278.08 | 0.4 | 0.75 |
| Hex | C5 | A4 | D8 | 9 | 18 | 0 | F | 116 | 28 | 4B |
| Octal | 305 | 244 | 330 | 11 | 30 | 0 | 17 | 426 | 50 | 113 |
| Binary | 11000101 | 10100100 | 11011000 | 1001 | 11000 | 0 | 1111 | 100010110 | 101000 | 1001011 |
Color Harmonies of #C5A4D8
Complementary color
Monochromatic Colors of #C5A4D8
Black with #C5A4D8
Text Example
Text Example
White with #C5A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4D8; }
p { color: rgb(197,164,216); }
H1.HeaderClassName
{
color: #C5A4D8;
}
.AnyTagClassName
{
color: #C5A4D8;
}
</style>
background-color css
<style>
a { background-color: #C5A4D8; }
a { background-color: rgb(197,164,216); }
div.DivClassName
{
background-color: #C5A4D8;
}
.BgClassName
{
background-color: #C5A4D8;
}
</style>
border-color css
<style>
span { border-color: #C5A4D8; }
span { border-color: rgb(197,164,216); }
td.TdClassName
{
border-color: #C5A4D8;
}
.TagClassName
{
border-color: #C5A4D8;
}
</style>