Shades of Wisteria #C29BD0
Tints of Wisteria #C29BD0
RGB
CMYK
RGB Variations
Color information
#C29BD0 (or 0xC29BD0) is known color: Wisteria. HEX triplet: C2, 9B and D0. RGB value is (194,155,208). Sum of RGB (Red+Green+Blue) = 194+155+208=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C29BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD0 is #3D642F. Grayscale: #ACACAC. Windows color (decimal): -4023344 or 13671362. OLE color: 13671362.
HSL color Cylindrical-coordinate representation of color #C29BD0: hue angle of 284.15º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29BD0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 155 | 208 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.18 |
| HSL | 284.15º | 0.36% | 0.71% | - |
| HSV(B) | 284.15º | 0.25% | 0.82% | - |
| XYZ | 45.35 | 39.47 | 64.9 | - |
| YUV | 172.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 208 | 0.07 | 0.25 | 0 | 0.18 | 284.15 | 0.36 | 0.71 |
| Hex | C2 | 9B | D0 | 7 | 19 | 0 | 12 | 11C | 24 | 47 |
| Octal | 302 | 233 | 320 | 7 | 31 | 0 | 22 | 434 | 44 | 107 |
| Binary | 11000010 | 10011011 | 11010000 | 111 | 11001 | 0 | 10010 | 100011100 | 100100 | 1000111 |
Color Harmonies of #C29BD0
Complementary color
Monochromatic Colors of #C29BD0
Black with #C29BD0
Text Example
Text Example
White with #C29BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BD0; }
p { color: rgb(194,155,208); }
H1.HeaderClassName
{
color: #C29BD0;
}
.AnyTagClassName
{
color: #C29BD0;
}
</style>
background-color css
<style>
a { background-color: #C29BD0; }
a { background-color: rgb(194,155,208); }
div.DivClassName
{
background-color: #C29BD0;
}
.BgClassName
{
background-color: #C29BD0;
}
</style>
border-color css
<style>
span { border-color: #C29BD0; }
span { border-color: rgb(194,155,208); }
td.TdClassName
{
border-color: #C29BD0;
}
.TagClassName
{
border-color: #C29BD0;
}
</style>