Shades of Wisteria #C29BDD
Tints of Wisteria #C29BDD
RGB
CMYK
RGB Variations
Color information
#C29BDD (or 0xC29BDD) is known color: Wisteria. HEX triplet: C2, 9B and DD. RGB value is (194,155,221). Sum of RGB (Red+Green+Blue) = 194+155+221=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDD is #3D6422. Grayscale: #ADADAD. Windows color (decimal): -4023331 or 14523330. OLE color: 14523330.
HSL color Cylindrical-coordinate representation of color #C29BDD: hue angle of 275.45º degrees, saturation: 0.49, 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 #C29BDD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 155 | 221 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 275.45º | 0.49% | 0.74% | - |
| HSV(B) | 275.45º | 0.3% | 0.87% | - |
| XYZ | 47.02 | 40.13 | 73.67 | - |
| YUV | 174.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 221 | 0.12 | 0.30 | 0 | 0.13 | 275.45 | 0.49 | 0.74 |
| Hex | C2 | 9B | DD | C | 1E | 0 | D | 113 | 31 | 4A |
| Octal | 302 | 233 | 335 | 14 | 36 | 0 | 15 | 423 | 61 | 112 |
| Binary | 11000010 | 10011011 | 11011101 | 1100 | 11110 | 0 | 1101 | 100010011 | 110001 | 1001010 |
Color Harmonies of #C29BDD
Complementary color
Monochromatic Colors of #C29BDD
Black with #C29BDD
Text Example
Text Example
White with #C29BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BDD; }
p { color: rgb(194,155,221); }
H1.HeaderClassName
{
color: #C29BDD;
}
.AnyTagClassName
{
color: #C29BDD;
}
</style>
background-color css
<style>
a { background-color: #C29BDD; }
a { background-color: rgb(194,155,221); }
div.DivClassName
{
background-color: #C29BDD;
}
.BgClassName
{
background-color: #C29BDD;
}
</style>
border-color css
<style>
span { border-color: #C29BDD; }
span { border-color: rgb(194,155,221); }
td.TdClassName
{
border-color: #C29BDD;
}
.TagClassName
{
border-color: #C29BDD;
}
</style>