Shades of Wisteria #C29ECE
Tints of Wisteria #C29ECE
RGB
CMYK
RGB Variations
Color information
#C29ECE (or 0xC29ECE) is known color: Wisteria. HEX triplet: C2, 9E and CE. RGB value is (194,158,206). Sum of RGB (Red+Green+Blue) = 194+158+206=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECE is #3D6131. Grayscale: #AEAEAE. Windows color (decimal): -4022578 or 13541058. OLE color: 13541058.
HSL color Cylindrical-coordinate representation of color #C29ECE: hue angle of 285º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29ECE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 158 | 206 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.19 |
| HSL | 285º | 0.33% | 0.71% | - |
| HSV(B) | 285º | 0.23% | 0.81% | - |
| XYZ | 45.62 | 40.38 | 63.78 | - |
| YUV | 174.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 206 | 0.06 | 0.23 | 0 | 0.19 | 285 | 0.33 | 0.71 |
| Hex | C2 | 9E | CE | 6 | 17 | 0 | 13 | 11D | 21 | 47 |
| Octal | 302 | 236 | 316 | 6 | 27 | 0 | 23 | 435 | 41 | 107 |
| Binary | 11000010 | 10011110 | 11001110 | 110 | 10111 | 0 | 10011 | 100011101 | 100001 | 1000111 |
Color Harmonies of #C29ECE
Complementary color
Monochromatic Colors of #C29ECE
Black with #C29ECE
Text Example
Text Example
White with #C29ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ECE; }
p { color: rgb(194,158,206); }
H1.HeaderClassName
{
color: #C29ECE;
}
.AnyTagClassName
{
color: #C29ECE;
}
</style>
background-color css
<style>
a { background-color: #C29ECE; }
a { background-color: rgb(194,158,206); }
div.DivClassName
{
background-color: #C29ECE;
}
.BgClassName
{
background-color: #C29ECE;
}
</style>
border-color css
<style>
span { border-color: #C29ECE; }
span { border-color: rgb(194,158,206); }
td.TdClassName
{
border-color: #C29ECE;
}
.TagClassName
{
border-color: #C29ECE;
}
</style>