Shades of Wisteria #C2A6CE
Tints of Wisteria #C2A6CE
RGB
CMYK
RGB Variations
Color information
#C2A6CE (or 0xC2A6CE) is known color: Wisteria. HEX triplet: C2, A6 and CE. RGB value is (194,166,206). Sum of RGB (Red+Green+Blue) = 194+166+206=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 166 (65.23% from 255 or 29.33% 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 #C2A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6CE is #3D5931. Grayscale: #B2B2B2. Windows color (decimal): -4020530 or 13543106. OLE color: 13543106.
HSL color Cylindrical-coordinate representation of color #C2A6CE: hue angle of 282º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2A6CE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 166 | 206 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.19 |
| HSL | 282º | 0.29% | 0.73% | - |
| HSV(B) | 282º | 0.19% | 0.81% | - |
| XYZ | 47.02 | 43.2 | 64.25 | - |
| YUV | 178.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 206 | 0.06 | 0.19 | 0 | 0.19 | 282 | 0.29 | 0.73 |
| Hex | C2 | A6 | CE | 6 | 13 | 0 | 13 | 11A | 1D | 49 |
| Octal | 302 | 246 | 316 | 6 | 23 | 0 | 23 | 432 | 35 | 111 |
| Binary | 11000010 | 10100110 | 11001110 | 110 | 10011 | 0 | 10011 | 100011010 | 11101 | 1001001 |
Color Harmonies of #C2A6CE
Complementary color
Monochromatic Colors of #C2A6CE
Black with #C2A6CE
Text Example
Text Example
White with #C2A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6CE; }
p { color: rgb(194,166,206); }
H1.HeaderClassName
{
color: #C2A6CE;
}
.AnyTagClassName
{
color: #C2A6CE;
}
</style>
background-color css
<style>
a { background-color: #C2A6CE; }
a { background-color: rgb(194,166,206); }
div.DivClassName
{
background-color: #C2A6CE;
}
.BgClassName
{
background-color: #C2A6CE;
}
</style>
border-color css
<style>
span { border-color: #C2A6CE; }
span { border-color: rgb(194,166,206); }
td.TdClassName
{
border-color: #C2A6CE;
}
.TagClassName
{
border-color: #C2A6CE;
}
</style>