Shades of Wisteria #C29DD1
Tints of Wisteria #C29DD1
RGB
CMYK
RGB Variations
Color information
#C29DD1 (or 0xC29DD1) is known color: Wisteria. HEX triplet: C2, 9D and D1. RGB value is (194,157,209). Sum of RGB (Red+Green+Blue) = 194+157+209=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C29DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DD1 is #3D622E. Grayscale: #ADADAD. Windows color (decimal): -4022831 or 13737410. OLE color: 13737410.
HSL color Cylindrical-coordinate representation of color #C29DD1: hue angle of 282.69º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29DD1 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 157 | 209 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.18 |
| HSL | 282.69º | 0.36% | 0.72% | - |
| HSV(B) | 282.69º | 0.25% | 0.82% | - |
| XYZ | 45.81 | 40.19 | 65.66 | - |
| YUV | 173.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 209 | 0.07 | 0.25 | 0 | 0.18 | 282.69 | 0.36 | 0.72 |
| Hex | C2 | 9D | D1 | 7 | 19 | 0 | 12 | 11B | 24 | 48 |
| Octal | 302 | 235 | 321 | 7 | 31 | 0 | 22 | 433 | 44 | 110 |
| Binary | 11000010 | 10011101 | 11010001 | 111 | 11001 | 0 | 10010 | 100011011 | 100100 | 1001000 |
Color Harmonies of #C29DD1
Complementary color
Monochromatic Colors of #C29DD1
Black with #C29DD1
Text Example
Text Example
White with #C29DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DD1; }
p { color: rgb(194,157,209); }
H1.HeaderClassName
{
color: #C29DD1;
}
.AnyTagClassName
{
color: #C29DD1;
}
</style>
background-color css
<style>
a { background-color: #C29DD1; }
a { background-color: rgb(194,157,209); }
div.DivClassName
{
background-color: #C29DD1;
}
.BgClassName
{
background-color: #C29DD1;
}
</style>
border-color css
<style>
span { border-color: #C29DD1; }
span { border-color: rgb(194,157,209); }
td.TdClassName
{
border-color: #C29DD1;
}
.TagClassName
{
border-color: #C29DD1;
}
</style>