Shades of Wisteria #C29ADE
Tints of Wisteria #C29ADE
RGB
CMYK
RGB Variations
Color information
#C29ADE (or 0xC29ADE) is known color: Wisteria. HEX triplet: C2, 9A and DE. RGB value is (194,154,222). Sum of RGB (Red+Green+Blue) = 194+154+222=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADE is #3D6521. Grayscale: #ADADAD. Windows color (decimal): -4023586 or 14588610. OLE color: 14588610.
HSL color Cylindrical-coordinate representation of color #C29ADE: hue angle of 275.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29ADE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 154 | 222 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.13 |
| HSL | 275.29º | 0.51% | 0.74% | - |
| HSV(B) | 275.29º | 0.31% | 0.87% | - |
| XYZ | 46.99 | 39.85 | 74.32 | - |
| YUV | 173.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 222 | 0.13 | 0.31 | 0 | 0.13 | 275.29 | 0.51 | 0.74 |
| Hex | C2 | 9A | DE | D | 1F | 0 | D | 113 | 33 | 4A |
| Octal | 302 | 232 | 336 | 15 | 37 | 0 | 15 | 423 | 63 | 112 |
| Binary | 11000010 | 10011010 | 11011110 | 1101 | 11111 | 0 | 1101 | 100010011 | 110011 | 1001010 |
Color Harmonies of #C29ADE
Complementary color
Monochromatic Colors of #C29ADE
Black with #C29ADE
Text Example
Text Example
White with #C29ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ADE; }
p { color: rgb(194,154,222); }
H1.HeaderClassName
{
color: #C29ADE;
}
.AnyTagClassName
{
color: #C29ADE;
}
</style>
background-color css
<style>
a { background-color: #C29ADE; }
a { background-color: rgb(194,154,222); }
div.DivClassName
{
background-color: #C29ADE;
}
.BgClassName
{
background-color: #C29ADE;
}
</style>
border-color css
<style>
span { border-color: #C29ADE; }
span { border-color: rgb(194,154,222); }
td.TdClassName
{
border-color: #C29ADE;
}
.TagClassName
{
border-color: #C29ADE;
}
</style>