Shades of Wisteria #C29EDD
Tints of Wisteria #C29EDD
RGB
CMYK
RGB Variations
Color information
#C29EDD (or 0xC29EDD) is known color: Wisteria. HEX triplet: C2, 9E and DD. RGB value is (194,158,221). Sum of RGB (Red+Green+Blue) = 194+158+221=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDD is #3D6122. Grayscale: #AFAFAF. Windows color (decimal): -4022563 or 14524098. OLE color: 14524098.
HSL color Cylindrical-coordinate representation of color #C29EDD: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29EDD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 158 | 221 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.13 |
| HSL | 274.29º | 0.48% | 0.74% | - |
| HSV(B) | 274.29º | 0.29% | 0.87% | - |
| XYZ | 47.53 | 41.14 | 73.84 | - |
| YUV | 175.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 221 | 0.12 | 0.29 | 0 | 0.13 | 274.29 | 0.48 | 0.74 |
| Hex | C2 | 9E | DD | C | 1D | 0 | D | 112 | 30 | 4A |
| Octal | 302 | 236 | 335 | 14 | 35 | 0 | 15 | 422 | 60 | 112 |
| Binary | 11000010 | 10011110 | 11011101 | 1100 | 11101 | 0 | 1101 | 100010010 | 110000 | 1001010 |
Color Harmonies of #C29EDD
Complementary color
Monochromatic Colors of #C29EDD
Black with #C29EDD
Text Example
Text Example
White with #C29EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EDD; }
p { color: rgb(194,158,221); }
H1.HeaderClassName
{
color: #C29EDD;
}
.AnyTagClassName
{
color: #C29EDD;
}
</style>
background-color css
<style>
a { background-color: #C29EDD; }
a { background-color: rgb(194,158,221); }
div.DivClassName
{
background-color: #C29EDD;
}
.BgClassName
{
background-color: #C29EDD;
}
</style>
border-color css
<style>
span { border-color: #C29EDD; }
span { border-color: rgb(194,158,221); }
td.TdClassName
{
border-color: #C29EDD;
}
.TagClassName
{
border-color: #C29EDD;
}
</style>