Shades of Wisteria #C29ADD
Tints of Wisteria #C29ADD
RGB
CMYK
RGB Variations
Color information
#C29ADD (or 0xC29ADD) is known color: Wisteria. HEX triplet: C2, 9A and DD. RGB value is (194,154,221). Sum of RGB (Red+Green+Blue) = 194+154+221=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADD is #3D6522. Grayscale: #ADADAD. Windows color (decimal): -4023587 or 14523074. OLE color: 14523074.
HSL color Cylindrical-coordinate representation of color #C29ADD: hue angle of 275.82º 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 #C29ADD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 154 | 221 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 275.82º | 0.5% | 0.74% | - |
| HSV(B) | 275.82º | 0.3% | 0.87% | - |
| XYZ | 46.85 | 39.8 | 73.62 | - |
| YUV | 173.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 221 | 0.12 | 0.30 | 0 | 0.13 | 275.82 | 0.5 | 0.74 |
| Hex | C2 | 9A | DD | C | 1E | 0 | D | 114 | 32 | 4A |
| Octal | 302 | 232 | 335 | 14 | 36 | 0 | 15 | 424 | 62 | 112 |
| Binary | 11000010 | 10011010 | 11011101 | 1100 | 11110 | 0 | 1101 | 100010100 | 110010 | 1001010 |
Color Harmonies of #C29ADD
Complementary color
Monochromatic Colors of #C29ADD
Black with #C29ADD
Text Example
Text Example
White with #C29ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ADD; }
p { color: rgb(194,154,221); }
H1.HeaderClassName
{
color: #C29ADD;
}
.AnyTagClassName
{
color: #C29ADD;
}
</style>
background-color css
<style>
a { background-color: #C29ADD; }
a { background-color: rgb(194,154,221); }
div.DivClassName
{
background-color: #C29ADD;
}
.BgClassName
{
background-color: #C29ADD;
}
</style>
border-color css
<style>
span { border-color: #C29ADD; }
span { border-color: rgb(194,154,221); }
td.TdClassName
{
border-color: #C29ADD;
}
.TagClassName
{
border-color: #C29ADD;
}
</style>