Shades of Wisteria #C29CE0
Tints of Wisteria #C29CE0
RGB
CMYK
RGB Variations
Color information
#C29CE0 (or 0xC29CE0) is known color: Wisteria. HEX triplet: C2, 9C and E0. RGB value is (194,156,224). Sum of RGB (Red+Green+Blue) = 194+156+224=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CE0 is #3D631F. Grayscale: #AEAEAE. Windows color (decimal): -4023072 or 14720194. OLE color: 14720194.
HSL color Cylindrical-coordinate representation of color #C29CE0: hue angle of 273.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29CE0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 156 | 224 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.12 |
| HSL | 273.53º | 0.52% | 0.75% | - |
| HSV(B) | 273.53º | 0.3% | 0.88% | - |
| XYZ | 47.59 | 40.63 | 75.85 | - |
| YUV | 175.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 224 | 0.13 | 0.30 | 0 | 0.12 | 273.53 | 0.52 | 0.75 |
| Hex | C2 | 9C | E0 | D | 1E | 0 | C | 112 | 34 | 4B |
| Octal | 302 | 234 | 340 | 15 | 36 | 0 | 14 | 422 | 64 | 113 |
| Binary | 11000010 | 10011100 | 11100000 | 1101 | 11110 | 0 | 1100 | 100010010 | 110100 | 1001011 |
Color Harmonies of #C29CE0
Complementary color
Monochromatic Colors of #C29CE0
Black with #C29CE0
Text Example
Text Example
White with #C29CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CE0; }
p { color: rgb(194,156,224); }
H1.HeaderClassName
{
color: #C29CE0;
}
.AnyTagClassName
{
color: #C29CE0;
}
</style>
background-color css
<style>
a { background-color: #C29CE0; }
a { background-color: rgb(194,156,224); }
div.DivClassName
{
background-color: #C29CE0;
}
.BgClassName
{
background-color: #C29CE0;
}
</style>
border-color css
<style>
span { border-color: #C29CE0; }
span { border-color: rgb(194,156,224); }
td.TdClassName
{
border-color: #C29CE0;
}
.TagClassName
{
border-color: #C29CE0;
}
</style>