Shades of Wisteria #C3A2D2
Tints of Wisteria #C3A2D2
RGB
CMYK
RGB Variations
Color information
#C3A2D2 (or 0xC3A2D2) is known color: Wisteria. HEX triplet: C3, A2 and D2. RGB value is (195,162,210). Sum of RGB (Red+Green+Blue) = 195+162+210=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3A2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2D2 is #3C5D2D. Grayscale: #B1B1B1. Windows color (decimal): -3956014 or 13804227. OLE color: 13804227.
HSL color Cylindrical-coordinate representation of color #C3A2D2: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A2D2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 162 | 210 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.18 |
| HSL | 281.25º | 0.35% | 0.73% | - |
| HSV(B) | 281.25º | 0.23% | 0.82% | - |
| XYZ | 47.06 | 42.1 | 66.62 | - |
| YUV | 177.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 210 | 0.07 | 0.23 | 0 | 0.18 | 281.25 | 0.35 | 0.73 |
| Hex | C3 | A2 | D2 | 7 | 17 | 0 | 12 | 119 | 23 | 49 |
| Octal | 303 | 242 | 322 | 7 | 27 | 0 | 22 | 431 | 43 | 111 |
| Binary | 11000011 | 10100010 | 11010010 | 111 | 10111 | 0 | 10010 | 100011001 | 100011 | 1001001 |
Color Harmonies of #C3A2D2
Complementary color
Monochromatic Colors of #C3A2D2
Black with #C3A2D2
Text Example
Text Example
White with #C3A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A2D2; }
p { color: rgb(195,162,210); }
H1.HeaderClassName
{
color: #C3A2D2;
}
.AnyTagClassName
{
color: #C3A2D2;
}
</style>
background-color css
<style>
a { background-color: #C3A2D2; }
a { background-color: rgb(195,162,210); }
div.DivClassName
{
background-color: #C3A2D2;
}
.BgClassName
{
background-color: #C3A2D2;
}
</style>
border-color css
<style>
span { border-color: #C3A2D2; }
span { border-color: rgb(195,162,210); }
td.TdClassName
{
border-color: #C3A2D2;
}
.TagClassName
{
border-color: #C3A2D2;
}
</style>