Shades of Wisteria #C29ED0
Tints of Wisteria #C29ED0
RGB
CMYK
RGB Variations
Color information
#C29ED0 (or 0xC29ED0) is known color: Wisteria. HEX triplet: C2, 9E and D0. RGB value is (194,158,208). Sum of RGB (Red+Green+Blue) = 194+158+208=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C29ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ED0 is #3D612F. Grayscale: #AEAEAE. Windows color (decimal): -4022576 or 13672130. OLE color: 13672130.
HSL color Cylindrical-coordinate representation of color #C29ED0: hue angle of 283.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29ED0 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 158 | 208 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.18 |
| HSL | 283.2º | 0.35% | 0.72% | - |
| HSV(B) | 283.2º | 0.24% | 0.82% | - |
| XYZ | 45.86 | 40.48 | 65.07 | - |
| YUV | 174.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 208 | 0.07 | 0.24 | 0 | 0.18 | 283.2 | 0.35 | 0.72 |
| Hex | C2 | 9E | D0 | 7 | 18 | 0 | 12 | 11B | 23 | 48 |
| Octal | 302 | 236 | 320 | 7 | 30 | 0 | 22 | 433 | 43 | 110 |
| Binary | 11000010 | 10011110 | 11010000 | 111 | 11000 | 0 | 10010 | 100011011 | 100011 | 1001000 |
Color Harmonies of #C29ED0
Complementary color
Monochromatic Colors of #C29ED0
Black with #C29ED0
Text Example
Text Example
White with #C29ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ED0; }
p { color: rgb(194,158,208); }
H1.HeaderClassName
{
color: #C29ED0;
}
.AnyTagClassName
{
color: #C29ED0;
}
</style>
background-color css
<style>
a { background-color: #C29ED0; }
a { background-color: rgb(194,158,208); }
div.DivClassName
{
background-color: #C29ED0;
}
.BgClassName
{
background-color: #C29ED0;
}
</style>
border-color css
<style>
span { border-color: #C29ED0; }
span { border-color: rgb(194,158,208); }
td.TdClassName
{
border-color: #C29ED0;
}
.TagClassName
{
border-color: #C29ED0;
}
</style>