Shades of Wisteria #C29ECC
Tints of Wisteria #C29ECC
RGB
CMYK
RGB Variations
Color information
#C29ECC (or 0xC29ECC) is known color: Wisteria. HEX triplet: C2, 9E and CC. RGB value is (194,158,204). Sum of RGB (Red+Green+Blue) = 194+158+204=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C29ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECC is #3D6133. Grayscale: #ADADAD. Windows color (decimal): -4022580 or 13409986. OLE color: 13409986.
HSL color Cylindrical-coordinate representation of color #C29ECC: hue angle of 286.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29ECC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 158 | 204 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.2 |
| HSL | 286.96º | 0.31% | 0.71% | - |
| HSV(B) | 286.96º | 0.23% | 0.8% | - |
| XYZ | 45.37 | 40.28 | 62.51 | - |
| YUV | 174.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 204 | 0.05 | 0.23 | 0 | 0.2 | 286.96 | 0.31 | 0.71 |
| Hex | C2 | 9E | CC | 5 | 17 | 0 | 14 | 11F | 1F | 47 |
| Octal | 302 | 236 | 314 | 5 | 27 | 0 | 24 | 437 | 37 | 107 |
| Binary | 11000010 | 10011110 | 11001100 | 101 | 10111 | 0 | 10100 | 100011111 | 11111 | 1000111 |
Color Harmonies of #C29ECC
Complementary color
Monochromatic Colors of #C29ECC
Black with #C29ECC
Text Example
Text Example
White with #C29ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ECC; }
p { color: rgb(194,158,204); }
H1.HeaderClassName
{
color: #C29ECC;
}
.AnyTagClassName
{
color: #C29ECC;
}
</style>
background-color css
<style>
a { background-color: #C29ECC; }
a { background-color: rgb(194,158,204); }
div.DivClassName
{
background-color: #C29ECC;
}
.BgClassName
{
background-color: #C29ECC;
}
</style>
border-color css
<style>
span { border-color: #C29ECC; }
span { border-color: rgb(194,158,204); }
td.TdClassName
{
border-color: #C29ECC;
}
.TagClassName
{
border-color: #C29ECC;
}
</style>