Shades of Wisteria #C29EDA
Tints of Wisteria #C29EDA
RGB
CMYK
RGB Variations
Color information
#C29EDA (or 0xC29EDA) is known color: Wisteria. HEX triplet: C2, 9E and DA. RGB value is (194,158,218). Sum of RGB (Red+Green+Blue) = 194+158+218=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDA is #3D6125. Grayscale: #AFAFAF. Windows color (decimal): -4022566 or 14327490. OLE color: 14327490.
HSL color Cylindrical-coordinate representation of color #C29EDA: hue angle of 276º 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 #C29EDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 158 | 218 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.15 |
| HSL | 276º | 0.45% | 0.74% | - |
| HSV(B) | 276º | 0.28% | 0.85% | - |
| XYZ | 47.13 | 40.99 | 71.76 | - |
| YUV | 175.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 218 | 0.11 | 0.28 | 0 | 0.15 | 276 | 0.45 | 0.74 |
| Hex | C2 | 9E | DA | B | 1C | 0 | F | 114 | 2D | 4A |
| Octal | 302 | 236 | 332 | 13 | 34 | 0 | 17 | 424 | 55 | 112 |
| Binary | 11000010 | 10011110 | 11011010 | 1011 | 11100 | 0 | 1111 | 100010100 | 101101 | 1001010 |
Color Harmonies of #C29EDA
Complementary color
Monochromatic Colors of #C29EDA
Black with #C29EDA
Text Example
Text Example
White with #C29EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EDA; }
p { color: rgb(194,158,218); }
H1.HeaderClassName
{
color: #C29EDA;
}
.AnyTagClassName
{
color: #C29EDA;
}
</style>
background-color css
<style>
a { background-color: #C29EDA; }
a { background-color: rgb(194,158,218); }
div.DivClassName
{
background-color: #C29EDA;
}
.BgClassName
{
background-color: #C29EDA;
}
</style>
border-color css
<style>
span { border-color: #C29EDA; }
span { border-color: rgb(194,158,218); }
td.TdClassName
{
border-color: #C29EDA;
}
.TagClassName
{
border-color: #C29EDA;
}
</style>