Shades of Wisteria #C29EDC
Tints of Wisteria #C29EDC
RGB
CMYK
RGB Variations
Color information
#C29EDC (or 0xC29EDC) is known color: Wisteria. HEX triplet: C2, 9E and DC. RGB value is (194,158,220). Sum of RGB (Red+Green+Blue) = 194+158+220=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C29EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDC is #3D6123. Grayscale: #AFAFAF. Windows color (decimal): -4022564 or 14458562. OLE color: 14458562.
HSL color Cylindrical-coordinate representation of color #C29EDC: hue angle of 274.84º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29EDC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 158 | 220 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.14 |
| HSL | 274.84º | 0.47% | 0.74% | - |
| HSV(B) | 274.84º | 0.28% | 0.86% | - |
| XYZ | 47.39 | 41.09 | 73.14 | - |
| YUV | 175.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 220 | 0.12 | 0.28 | 0 | 0.14 | 274.84 | 0.47 | 0.74 |
| Hex | C2 | 9E | DC | C | 1C | 0 | E | 113 | 2F | 4A |
| Octal | 302 | 236 | 334 | 14 | 34 | 0 | 16 | 423 | 57 | 112 |
| Binary | 11000010 | 10011110 | 11011100 | 1100 | 11100 | 0 | 1110 | 100010011 | 101111 | 1001010 |
Color Harmonies of #C29EDC
Complementary color
Monochromatic Colors of #C29EDC
Black with #C29EDC
Text Example
Text Example
White with #C29EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EDC; }
p { color: rgb(194,158,220); }
H1.HeaderClassName
{
color: #C29EDC;
}
.AnyTagClassName
{
color: #C29EDC;
}
</style>
background-color css
<style>
a { background-color: #C29EDC; }
a { background-color: rgb(194,158,220); }
div.DivClassName
{
background-color: #C29EDC;
}
.BgClassName
{
background-color: #C29EDC;
}
</style>
border-color css
<style>
span { border-color: #C29EDC; }
span { border-color: rgb(194,158,220); }
td.TdClassName
{
border-color: #C29EDC;
}
.TagClassName
{
border-color: #C29EDC;
}
</style>