Shades of Wisteria #C29BDA
Tints of Wisteria #C29BDA
RGB
CMYK
RGB Variations
Color information
#C29BDA (or 0xC29BDA) is known color: Wisteria. HEX triplet: C2, 9B and DA. RGB value is (194,155,218). Sum of RGB (Red+Green+Blue) = 194+155+218=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDA is #3D6425. Grayscale: #ADADAD. Windows color (decimal): -4023334 or 14326722. OLE color: 14326722.
HSL color Cylindrical-coordinate representation of color #C29BDA: hue angle of 277.14º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29BDA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 155 | 218 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.15 |
| HSL | 277.14º | 0.46% | 0.73% | - |
| HSV(B) | 277.14º | 0.29% | 0.85% | - |
| XYZ | 46.62 | 39.97 | 71.59 | - |
| YUV | 173.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 218 | 0.11 | 0.29 | 0 | 0.15 | 277.14 | 0.46 | 0.73 |
| Hex | C2 | 9B | DA | B | 1D | 0 | F | 115 | 2E | 49 |
| Octal | 302 | 233 | 332 | 13 | 35 | 0 | 17 | 425 | 56 | 111 |
| Binary | 11000010 | 10011011 | 11011010 | 1011 | 11101 | 0 | 1111 | 100010101 | 101110 | 1001001 |
Color Harmonies of #C29BDA
Complementary color
Monochromatic Colors of #C29BDA
Black with #C29BDA
Text Example
Text Example
White with #C29BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BDA; }
p { color: rgb(194,155,218); }
H1.HeaderClassName
{
color: #C29BDA;
}
.AnyTagClassName
{
color: #C29BDA;
}
</style>
background-color css
<style>
a { background-color: #C29BDA; }
a { background-color: rgb(194,155,218); }
div.DivClassName
{
background-color: #C29BDA;
}
.BgClassName
{
background-color: #C29BDA;
}
</style>
border-color css
<style>
span { border-color: #C29BDA; }
span { border-color: rgb(194,155,218); }
td.TdClassName
{
border-color: #C29BDA;
}
.TagClassName
{
border-color: #C29BDA;
}
</style>