Shades of Wisteria #C29DCC
Tints of Wisteria #C29DCC
RGB
CMYK
RGB Variations
Color information
#C29DCC (or 0xC29DCC) is known color: Wisteria. HEX triplet: C2, 9D and CC. RGB value is (194,157,204). Sum of RGB (Red+Green+Blue) = 194+157+204=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C29DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCC is #3D6233. Grayscale: #ADADAD. Windows color (decimal): -4022836 or 13409730. OLE color: 13409730.
HSL color Cylindrical-coordinate representation of color #C29DCC: hue angle of 287.23º degrees, saturation: 0.32, 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 #C29DCC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 157 | 204 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.2 |
| HSL | 287.23º | 0.32% | 0.71% | - |
| HSV(B) | 287.23º | 0.23% | 0.8% | - |
| XYZ | 45.2 | 39.94 | 62.45 | - |
| YUV | 173.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 204 | 0.05 | 0.23 | 0 | 0.2 | 287.23 | 0.32 | 0.71 |
| Hex | C2 | 9D | CC | 5 | 17 | 0 | 14 | 11F | 20 | 47 |
| Octal | 302 | 235 | 314 | 5 | 27 | 0 | 24 | 437 | 40 | 107 |
| Binary | 11000010 | 10011101 | 11001100 | 101 | 10111 | 0 | 10100 | 100011111 | 100000 | 1000111 |
Color Harmonies of #C29DCC
Complementary color
Monochromatic Colors of #C29DCC
Black with #C29DCC
Text Example
Text Example
White with #C29DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DCC; }
p { color: rgb(194,157,204); }
H1.HeaderClassName
{
color: #C29DCC;
}
.AnyTagClassName
{
color: #C29DCC;
}
</style>
background-color css
<style>
a { background-color: #C29DCC; }
a { background-color: rgb(194,157,204); }
div.DivClassName
{
background-color: #C29DCC;
}
.BgClassName
{
background-color: #C29DCC;
}
</style>
border-color css
<style>
span { border-color: #C29DCC; }
span { border-color: rgb(194,157,204); }
td.TdClassName
{
border-color: #C29DCC;
}
.TagClassName
{
border-color: #C29DCC;
}
</style>