Shades of Wisteria #C29ED2
Tints of Wisteria #C29ED2
RGB
CMYK
RGB Variations
Color information
#C29ED2 (or 0xC29ED2) is known color: Wisteria. HEX triplet: C2, 9E and D2. RGB value is (194,158,210). Sum of RGB (Red+Green+Blue) = 194+158+210=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #C29ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ED2 is #3D612D. Grayscale: #AEAEAE. Windows color (decimal): -4022574 or 13803202. OLE color: 13803202.
HSL color Cylindrical-coordinate representation of color #C29ED2: hue angle of 281.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29ED2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 158 | 210 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.18 |
| HSL | 281.54º | 0.37% | 0.72% | - |
| HSV(B) | 281.54º | 0.25% | 0.82% | - |
| XYZ | 46.11 | 40.58 | 66.37 | - |
| YUV | 174.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 210 | 0.08 | 0.25 | 0 | 0.18 | 281.54 | 0.37 | 0.72 |
| Hex | C2 | 9E | D2 | 8 | 19 | 0 | 12 | 11A | 25 | 48 |
| Octal | 302 | 236 | 322 | 10 | 31 | 0 | 22 | 432 | 45 | 110 |
| Binary | 11000010 | 10011110 | 11010010 | 1000 | 11001 | 0 | 10010 | 100011010 | 100101 | 1001000 |
Color Harmonies of #C29ED2
Complementary color
Monochromatic Colors of #C29ED2
Black with #C29ED2
Text Example
Text Example
White with #C29ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ED2; }
p { color: rgb(194,158,210); }
H1.HeaderClassName
{
color: #C29ED2;
}
.AnyTagClassName
{
color: #C29ED2;
}
</style>
background-color css
<style>
a { background-color: #C29ED2; }
a { background-color: rgb(194,158,210); }
div.DivClassName
{
background-color: #C29ED2;
}
.BgClassName
{
background-color: #C29ED2;
}
</style>
border-color css
<style>
span { border-color: #C29ED2; }
span { border-color: rgb(194,158,210); }
td.TdClassName
{
border-color: #C29ED2;
}
.TagClassName
{
border-color: #C29ED2;
}
</style>