Shades of Wisteria #C29DDD
Tints of Wisteria #C29DDD
RGB
CMYK
RGB Variations
Color information
#C29DDD (or 0xC29DDD) is known color: Wisteria. HEX triplet: C2, 9D and DD. RGB value is (194,157,221). Sum of RGB (Red+Green+Blue) = 194+157+221=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDD is #3D6222. Grayscale: #AFAFAF. Windows color (decimal): -4022819 or 14523842. OLE color: 14523842.
HSL color Cylindrical-coordinate representation of color #C29DDD: hue angle of 274.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29DDD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 157 | 221 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.13 |
| HSL | 274.69º | 0.48% | 0.74% | - |
| HSV(B) | 274.69º | 0.29% | 0.87% | - |
| XYZ | 47.36 | 40.8 | 73.79 | - |
| YUV | 175.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 221 | 0.12 | 0.29 | 0 | 0.13 | 274.69 | 0.48 | 0.74 |
| Hex | C2 | 9D | DD | C | 1D | 0 | D | 113 | 30 | 4A |
| Octal | 302 | 235 | 335 | 14 | 35 | 0 | 15 | 423 | 60 | 112 |
| Binary | 11000010 | 10011101 | 11011101 | 1100 | 11101 | 0 | 1101 | 100010011 | 110000 | 1001010 |
Color Harmonies of #C29DDD
Complementary color
Monochromatic Colors of #C29DDD
Black with #C29DDD
Text Example
Text Example
White with #C29DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DDD; }
p { color: rgb(194,157,221); }
H1.HeaderClassName
{
color: #C29DDD;
}
.AnyTagClassName
{
color: #C29DDD;
}
</style>
background-color css
<style>
a { background-color: #C29DDD; }
a { background-color: rgb(194,157,221); }
div.DivClassName
{
background-color: #C29DDD;
}
.BgClassName
{
background-color: #C29DDD;
}
</style>
border-color css
<style>
span { border-color: #C29DDD; }
span { border-color: rgb(194,157,221); }
td.TdClassName
{
border-color: #C29DDD;
}
.TagClassName
{
border-color: #C29DDD;
}
</style>