Shades of Wisteria #C3A3CE
Tints of Wisteria #C3A3CE
RGB
CMYK
RGB Variations
Color information
#C3A3CE (or 0xC3A3CE) is known color: Wisteria. HEX triplet: C3, A3 and CE. RGB value is (195,163,206). Sum of RGB (Red+Green+Blue) = 195+163+206=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A3CE is #3C5C31. Grayscale: #B1B1B1. Windows color (decimal): -3955762 or 13542339. OLE color: 13542339.
HSL color Cylindrical-coordinate representation of color #C3A3CE: hue angle of 284.65º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3A3CE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 163 | 206 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.19 |
| HSL | 284.65º | 0.3% | 0.72% | - |
| HSV(B) | 284.65º | 0.21% | 0.81% | - |
| XYZ | 46.74 | 42.25 | 64.08 | - |
| YUV | 177.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 206 | 0.05 | 0.21 | 0 | 0.19 | 284.65 | 0.3 | 0.72 |
| Hex | C3 | A3 | CE | 5 | 15 | 0 | 13 | 11D | 1E | 48 |
| Octal | 303 | 243 | 316 | 5 | 25 | 0 | 23 | 435 | 36 | 110 |
| Binary | 11000011 | 10100011 | 11001110 | 101 | 10101 | 0 | 10011 | 100011101 | 11110 | 1001000 |
Color Harmonies of #C3A3CE
Complementary color
Monochromatic Colors of #C3A3CE
Black with #C3A3CE
Text Example
Text Example
White with #C3A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3CE; }
p { color: rgb(195,163,206); }
H1.HeaderClassName
{
color: #C3A3CE;
}
.AnyTagClassName
{
color: #C3A3CE;
}
</style>
background-color css
<style>
a { background-color: #C3A3CE; }
a { background-color: rgb(195,163,206); }
div.DivClassName
{
background-color: #C3A3CE;
}
.BgClassName
{
background-color: #C3A3CE;
}
</style>
border-color css
<style>
span { border-color: #C3A3CE; }
span { border-color: rgb(195,163,206); }
td.TdClassName
{
border-color: #C3A3CE;
}
.TagClassName
{
border-color: #C3A3CE;
}
</style>