Shades of Wisteria #C29AE2
Tints of Wisteria #C29AE2
RGB
CMYK
RGB Variations
Color information
#C29AE2 (or 0xC29AE2) is known color: Wisteria. HEX triplet: C2, 9A and E2. RGB value is (194,154,226). Sum of RGB (Red+Green+Blue) = 194+154+226=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #C29AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AE2 is #3D651D. Grayscale: #ADADAD. Windows color (decimal): -4023582 or 14850754. OLE color: 14850754.
HSL color Cylindrical-coordinate representation of color #C29AE2: hue angle of 273.33º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29AE2 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 154 | 226 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.11 |
| HSL | 273.33º | 0.55% | 0.75% | - |
| HSV(B) | 273.33º | 0.32% | 0.89% | - |
| XYZ | 47.53 | 40.07 | 77.18 | - |
| YUV | 174.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 226 | 0.14 | 0.32 | 0 | 0.11 | 273.33 | 0.55 | 0.75 |
| Hex | C2 | 9A | E2 | E | 20 | 0 | B | 111 | 37 | 4B |
| Octal | 302 | 232 | 342 | 16 | 40 | 0 | 13 | 421 | 67 | 113 |
| Binary | 11000010 | 10011010 | 11100010 | 1110 | 100000 | 0 | 1011 | 100010001 | 110111 | 1001011 |
Color Harmonies of #C29AE2
Complementary color
Monochromatic Colors of #C29AE2
Black with #C29AE2
Text Example
Text Example
White with #C29AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AE2; }
p { color: rgb(194,154,226); }
H1.HeaderClassName
{
color: #C29AE2;
}
.AnyTagClassName
{
color: #C29AE2;
}
</style>
background-color css
<style>
a { background-color: #C29AE2; }
a { background-color: rgb(194,154,226); }
div.DivClassName
{
background-color: #C29AE2;
}
.BgClassName
{
background-color: #C29AE2;
}
</style>
border-color css
<style>
span { border-color: #C29AE2; }
span { border-color: rgb(194,154,226); }
td.TdClassName
{
border-color: #C29AE2;
}
.TagClassName
{
border-color: #C29AE2;
}
</style>