Shades of Wisteria #C2A3D6
Tints of Wisteria #C2A3D6
RGB
CMYK
RGB Variations
Color information
#C2A3D6 (or 0xC2A3D6) is known color: Wisteria. HEX triplet: C2, A3 and D6. RGB value is (194,163,214). Sum of RGB (Red+Green+Blue) = 194+163+214=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2A3D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3D6 is #3D5C29. Grayscale: #B1B1B1. Windows color (decimal): -4021290 or 14066626. OLE color: 14066626.
HSL color Cylindrical-coordinate representation of color #C2A3D6: hue angle of 276.47º 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 #C2A3D6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 163 | 214 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.16 |
| HSL | 276.47º | 0.38% | 0.74% | - |
| HSV(B) | 276.47º | 0.24% | 0.84% | - |
| XYZ | 47.48 | 42.52 | 69.32 | - |
| YUV | 178.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 214 | 0.09 | 0.24 | 0 | 0.16 | 276.47 | 0.38 | 0.74 |
| Hex | C2 | A3 | D6 | 9 | 18 | 0 | 10 | 114 | 26 | 4A |
| Octal | 302 | 243 | 326 | 11 | 30 | 0 | 20 | 424 | 46 | 112 |
| Binary | 11000010 | 10100011 | 11010110 | 1001 | 11000 | 0 | 10000 | 100010100 | 100110 | 1001010 |
Color Harmonies of #C2A3D6
Complementary color
Monochromatic Colors of #C2A3D6
Black with #C2A3D6
Text Example
Text Example
White with #C2A3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A3D6; }
p { color: rgb(194,163,214); }
H1.HeaderClassName
{
color: #C2A3D6;
}
.AnyTagClassName
{
color: #C2A3D6;
}
</style>
background-color css
<style>
a { background-color: #C2A3D6; }
a { background-color: rgb(194,163,214); }
div.DivClassName
{
background-color: #C2A3D6;
}
.BgClassName
{
background-color: #C2A3D6;
}
</style>
border-color css
<style>
span { border-color: #C2A3D6; }
span { border-color: rgb(194,163,214); }
td.TdClassName
{
border-color: #C2A3D6;
}
.TagClassName
{
border-color: #C2A3D6;
}
</style>