Shades of Wisteria #C3A4D6
Tints of Wisteria #C3A4D6
RGB
CMYK
RGB Variations
Color information
#C3A4D6 (or 0xC3A4D6) is known color: Wisteria. HEX triplet: C3, A4 and D6. RGB value is (195,164,214). Sum of RGB (Red+Green+Blue) = 195+164+214=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3A4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4D6 is #3C5B29. Grayscale: #B2B2B2. Windows color (decimal): -3955498 or 14066883. OLE color: 14066883.
HSL color Cylindrical-coordinate representation of color #C3A4D6: hue angle of 277.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A4D6 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 164 | 214 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.16 |
| HSL | 277.2º | 0.38% | 0.74% | - |
| HSV(B) | 277.2º | 0.23% | 0.84% | - |
| XYZ | 47.92 | 43.01 | 69.39 | - |
| YUV | 178.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 214 | 0.09 | 0.23 | 0 | 0.16 | 277.2 | 0.38 | 0.74 |
| Hex | C3 | A4 | D6 | 9 | 17 | 0 | 10 | 115 | 26 | 4A |
| Octal | 303 | 244 | 326 | 11 | 27 | 0 | 20 | 425 | 46 | 112 |
| Binary | 11000011 | 10100100 | 11010110 | 1001 | 10111 | 0 | 10000 | 100010101 | 100110 | 1001010 |
Color Harmonies of #C3A4D6
Complementary color
Monochromatic Colors of #C3A4D6
Black with #C3A4D6
Text Example
Text Example
White with #C3A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A4D6; }
p { color: rgb(195,164,214); }
H1.HeaderClassName
{
color: #C3A4D6;
}
.AnyTagClassName
{
color: #C3A4D6;
}
</style>
background-color css
<style>
a { background-color: #C3A4D6; }
a { background-color: rgb(195,164,214); }
div.DivClassName
{
background-color: #C3A4D6;
}
.BgClassName
{
background-color: #C3A4D6;
}
</style>
border-color css
<style>
span { border-color: #C3A4D6; }
span { border-color: rgb(195,164,214); }
td.TdClassName
{
border-color: #C3A4D6;
}
.TagClassName
{
border-color: #C3A4D6;
}
</style>