Shades of Wisteria #C29BD2
Tints of Wisteria #C29BD2
RGB
CMYK
RGB Variations
Color information
#C29BD2 (or 0xC29BD2) is known color: Wisteria. HEX triplet: C2, 9B and D2. RGB value is (194,155,210). Sum of RGB (Red+Green+Blue) = 194+155+210=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C29BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD2 is #3D642D. Grayscale: #ACACAC. Windows color (decimal): -4023342 or 13802434. OLE color: 13802434.
HSL color Cylindrical-coordinate representation of color #C29BD2: hue angle of 282.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29BD2 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 155 | 210 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.18 |
| HSL | 282.55º | 0.38% | 0.72% | - |
| HSV(B) | 282.55º | 0.26% | 0.82% | - |
| XYZ | 45.6 | 39.57 | 66.21 | - |
| YUV | 172.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 210 | 0.08 | 0.26 | 0 | 0.18 | 282.55 | 0.38 | 0.72 |
| Hex | C2 | 9B | D2 | 8 | 1A | 0 | 12 | 11B | 26 | 48 |
| Octal | 302 | 233 | 322 | 10 | 32 | 0 | 22 | 433 | 46 | 110 |
| Binary | 11000010 | 10011011 | 11010010 | 1000 | 11010 | 0 | 10010 | 100011011 | 100110 | 1001000 |
Color Harmonies of #C29BD2
Complementary color
Monochromatic Colors of #C29BD2
Black with #C29BD2
Text Example
Text Example
White with #C29BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BD2; }
p { color: rgb(194,155,210); }
H1.HeaderClassName
{
color: #C29BD2;
}
.AnyTagClassName
{
color: #C29BD2;
}
</style>
background-color css
<style>
a { background-color: #C29BD2; }
a { background-color: rgb(194,155,210); }
div.DivClassName
{
background-color: #C29BD2;
}
.BgClassName
{
background-color: #C29BD2;
}
</style>
border-color css
<style>
span { border-color: #C29BD2; }
span { border-color: rgb(194,155,210); }
td.TdClassName
{
border-color: #C29BD2;
}
.TagClassName
{
border-color: #C29BD2;
}
</style>