Shades of Wisteria #C29DD4
Tints of Wisteria #C29DD4
RGB
CMYK
RGB Variations
Color information
#C29DD4 (or 0xC29DD4) is known color: Wisteria. HEX triplet: C2, 9D and D4. RGB value is (194,157,212). Sum of RGB (Red+Green+Blue) = 194+157+212=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #C29DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DD4 is #3D622B. Grayscale: #AEAEAE. Windows color (decimal): -4022828 or 13934018. OLE color: 13934018.
HSL color Cylindrical-coordinate representation of color #C29DD4: hue angle of 280.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29DD4 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 157 | 212 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.17 |
| HSL | 280.36º | 0.39% | 0.72% | - |
| HSV(B) | 280.36º | 0.26% | 0.83% | - |
| XYZ | 46.19 | 40.34 | 67.64 | - |
| YUV | 174.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 212 | 0.08 | 0.26 | 0 | 0.17 | 280.36 | 0.39 | 0.72 |
| Hex | C2 | 9D | D4 | 8 | 1A | 0 | 11 | 118 | 27 | 48 |
| Octal | 302 | 235 | 324 | 10 | 32 | 0 | 21 | 430 | 47 | 110 |
| Binary | 11000010 | 10011101 | 11010100 | 1000 | 11010 | 0 | 10001 | 100011000 | 100111 | 1001000 |
Color Harmonies of #C29DD4
Complementary color
Monochromatic Colors of #C29DD4
Black with #C29DD4
Text Example
Text Example
White with #C29DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DD4; }
p { color: rgb(194,157,212); }
H1.HeaderClassName
{
color: #C29DD4;
}
.AnyTagClassName
{
color: #C29DD4;
}
</style>
background-color css
<style>
a { background-color: #C29DD4; }
a { background-color: rgb(194,157,212); }
div.DivClassName
{
background-color: #C29DD4;
}
.BgClassName
{
background-color: #C29DD4;
}
</style>
border-color css
<style>
span { border-color: #C29DD4; }
span { border-color: rgb(194,157,212); }
td.TdClassName
{
border-color: #C29DD4;
}
.TagClassName
{
border-color: #C29DD4;
}
</style>