Shades of Wisteria #C5A3D6
Tints of Wisteria #C5A3D6
RGB
CMYK
RGB Variations
Color information
#C5A3D6 (or 0xC5A3D6) is known color: Wisteria. HEX triplet: C5, A3 and D6. RGB value is (197,163,214). Sum of RGB (Red+Green+Blue) = 197+163+214=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5A3D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3D6 is #3A5C29. Grayscale: #B2B2B2. Windows color (decimal): -3824682 or 14066629. OLE color: 14066629.
HSL color Cylindrical-coordinate representation of color #C5A3D6: hue angle of 280º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A3D6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 163 | 214 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.16 |
| HSL | 280º | 0.38% | 0.74% | - |
| HSV(B) | 280º | 0.24% | 0.84% | - |
| XYZ | 48.26 | 42.92 | 69.36 | - |
| YUV | 178.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 214 | 0.08 | 0.24 | 0 | 0.16 | 280 | 0.38 | 0.74 |
| Hex | C5 | A3 | D6 | 8 | 18 | 0 | 10 | 118 | 26 | 4A |
| Octal | 305 | 243 | 326 | 10 | 30 | 0 | 20 | 430 | 46 | 112 |
| Binary | 11000101 | 10100011 | 11010110 | 1000 | 11000 | 0 | 10000 | 100011000 | 100110 | 1001010 |
Color Harmonies of #C5A3D6
Complementary color
Monochromatic Colors of #C5A3D6
Black with #C5A3D6
Text Example
Text Example
White with #C5A3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3D6; }
p { color: rgb(197,163,214); }
H1.HeaderClassName
{
color: #C5A3D6;
}
.AnyTagClassName
{
color: #C5A3D6;
}
</style>
background-color css
<style>
a { background-color: #C5A3D6; }
a { background-color: rgb(197,163,214); }
div.DivClassName
{
background-color: #C5A3D6;
}
.BgClassName
{
background-color: #C5A3D6;
}
</style>
border-color css
<style>
span { border-color: #C5A3D6; }
span { border-color: rgb(197,163,214); }
td.TdClassName
{
border-color: #C5A3D6;
}
.TagClassName
{
border-color: #C5A3D6;
}
</style>