Shades of Wisteria #C3A5CE
Tints of Wisteria #C3A5CE
RGB
CMYK
RGB Variations
Color information
#C3A5CE (or 0xC3A5CE) is known color: Wisteria. HEX triplet: C3, A5 and CE. RGB value is (195,165,206). Sum of RGB (Red+Green+Blue) = 195+165+206=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 165 (64.84% from 255 or 29.15% 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 #C3A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5CE is #3C5A31. Grayscale: #B2B2B2. Windows color (decimal): -3955250 or 13542851. OLE color: 13542851.
HSL color Cylindrical-coordinate representation of color #C3A5CE: hue angle of 283.9º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3A5CE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 165 | 206 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.19 |
| HSL | 283.9º | 0.29% | 0.73% | - |
| HSV(B) | 283.9º | 0.2% | 0.81% | - |
| XYZ | 47.1 | 42.97 | 64.2 | - |
| YUV | 178.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 206 | 0.05 | 0.20 | 0 | 0.19 | 283.9 | 0.29 | 0.73 |
| Hex | C3 | A5 | CE | 5 | 14 | 0 | 13 | 11C | 1D | 49 |
| Octal | 303 | 245 | 316 | 5 | 24 | 0 | 23 | 434 | 35 | 111 |
| Binary | 11000011 | 10100101 | 11001110 | 101 | 10100 | 0 | 10011 | 100011100 | 11101 | 1001001 |
Color Harmonies of #C3A5CE
Complementary color
Monochromatic Colors of #C3A5CE
Black with #C3A5CE
Text Example
Text Example
White with #C3A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A5CE; }
p { color: rgb(195,165,206); }
H1.HeaderClassName
{
color: #C3A5CE;
}
.AnyTagClassName
{
color: #C3A5CE;
}
</style>
background-color css
<style>
a { background-color: #C3A5CE; }
a { background-color: rgb(195,165,206); }
div.DivClassName
{
background-color: #C3A5CE;
}
.BgClassName
{
background-color: #C3A5CE;
}
</style>
border-color css
<style>
span { border-color: #C3A5CE; }
span { border-color: rgb(195,165,206); }
td.TdClassName
{
border-color: #C3A5CE;
}
.TagClassName
{
border-color: #C3A5CE;
}
</style>