Shades of Wisteria #C29DDA
Tints of Wisteria #C29DDA
RGB
CMYK
RGB Variations
Color information
#C29DDA (or 0xC29DDA) is known color: Wisteria. HEX triplet: C2, 9D and DA. RGB value is (194,157,218). Sum of RGB (Red+Green+Blue) = 194+157+218=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDA is #3D6225. Grayscale: #AEAEAE. Windows color (decimal): -4022822 or 14327234. OLE color: 14327234.
HSL color Cylindrical-coordinate representation of color #C29DDA: hue angle of 276.39º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29DDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 157 | 218 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.15 |
| HSL | 276.39º | 0.45% | 0.74% | - |
| HSV(B) | 276.39º | 0.28% | 0.85% | - |
| XYZ | 46.96 | 40.65 | 71.7 | - |
| YUV | 175.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 218 | 0.11 | 0.28 | 0 | 0.15 | 276.39 | 0.45 | 0.74 |
| Hex | C2 | 9D | DA | B | 1C | 0 | F | 114 | 2D | 4A |
| Octal | 302 | 235 | 332 | 13 | 34 | 0 | 17 | 424 | 55 | 112 |
| Binary | 11000010 | 10011101 | 11011010 | 1011 | 11100 | 0 | 1111 | 100010100 | 101101 | 1001010 |
Color Harmonies of #C29DDA
Complementary color
Monochromatic Colors of #C29DDA
Black with #C29DDA
Text Example
Text Example
White with #C29DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DDA; }
p { color: rgb(194,157,218); }
H1.HeaderClassName
{
color: #C29DDA;
}
.AnyTagClassName
{
color: #C29DDA;
}
</style>
background-color css
<style>
a { background-color: #C29DDA; }
a { background-color: rgb(194,157,218); }
div.DivClassName
{
background-color: #C29DDA;
}
.BgClassName
{
background-color: #C29DDA;
}
</style>
border-color css
<style>
span { border-color: #C29DDA; }
span { border-color: rgb(194,157,218); }
td.TdClassName
{
border-color: #C29DDA;
}
.TagClassName
{
border-color: #C29DDA;
}
</style>