Shades of Wisteria #C29BDE
Tints of Wisteria #C29BDE
RGB
CMYK
RGB Variations
Color information
#C29BDE (or 0xC29BDE) is known color: Wisteria. HEX triplet: C2, 9B and DE. RGB value is (194,155,222). Sum of RGB (Red+Green+Blue) = 194+155+222=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDE is #3D6421. Grayscale: #AEAEAE. Windows color (decimal): -4023330 or 14588866. OLE color: 14588866.
HSL color Cylindrical-coordinate representation of color #C29BDE: hue angle of 274.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29BDE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 155 | 222 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.13 |
| HSL | 274.93º | 0.5% | 0.74% | - |
| HSV(B) | 274.93º | 0.3% | 0.87% | - |
| XYZ | 47.15 | 40.19 | 74.38 | - |
| YUV | 174.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 222 | 0.13 | 0.30 | 0 | 0.13 | 274.93 | 0.5 | 0.74 |
| Hex | C2 | 9B | DE | D | 1E | 0 | D | 113 | 32 | 4A |
| Octal | 302 | 233 | 336 | 15 | 36 | 0 | 15 | 423 | 62 | 112 |
| Binary | 11000010 | 10011011 | 11011110 | 1101 | 11110 | 0 | 1101 | 100010011 | 110010 | 1001010 |
Color Harmonies of #C29BDE
Complementary color
Monochromatic Colors of #C29BDE
Black with #C29BDE
Text Example
Text Example
White with #C29BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BDE; }
p { color: rgb(194,155,222); }
H1.HeaderClassName
{
color: #C29BDE;
}
.AnyTagClassName
{
color: #C29BDE;
}
</style>
background-color css
<style>
a { background-color: #C29BDE; }
a { background-color: rgb(194,155,222); }
div.DivClassName
{
background-color: #C29BDE;
}
.BgClassName
{
background-color: #C29BDE;
}
</style>
border-color css
<style>
span { border-color: #C29BDE; }
span { border-color: rgb(194,155,222); }
td.TdClassName
{
border-color: #C29BDE;
}
.TagClassName
{
border-color: #C29BDE;
}
</style>