Shades of Wisteria #C29BD1
Tints of Wisteria #C29BD1
RGB
CMYK
RGB Variations
Color information
#C29BD1 (or 0xC29BD1) is known color: Wisteria. HEX triplet: C2, 9B and D1. RGB value is (194,155,209). Sum of RGB (Red+Green+Blue) = 194+155+209=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C29BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD1 is #3D642E. Grayscale: #ACACAC. Windows color (decimal): -4023343 or 13736898. OLE color: 13736898.
HSL color Cylindrical-coordinate representation of color #C29BD1: hue angle of 283.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29BD1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 155 | 209 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.18 |
| HSL | 283.33º | 0.37% | 0.71% | - |
| HSV(B) | 283.33º | 0.26% | 0.82% | - |
| XYZ | 45.48 | 39.52 | 65.55 | - |
| YUV | 172.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 209 | 0.07 | 0.26 | 0 | 0.18 | 283.33 | 0.37 | 0.71 |
| Hex | C2 | 9B | D1 | 7 | 1A | 0 | 12 | 11B | 25 | 47 |
| Octal | 302 | 233 | 321 | 7 | 32 | 0 | 22 | 433 | 45 | 107 |
| Binary | 11000010 | 10011011 | 11010001 | 111 | 11010 | 0 | 10010 | 100011011 | 100101 | 1000111 |
Color Harmonies of #C29BD1
Complementary color
Monochromatic Colors of #C29BD1
Black with #C29BD1
Text Example
Text Example
White with #C29BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BD1; }
p { color: rgb(194,155,209); }
H1.HeaderClassName
{
color: #C29BD1;
}
.AnyTagClassName
{
color: #C29BD1;
}
</style>
background-color css
<style>
a { background-color: #C29BD1; }
a { background-color: rgb(194,155,209); }
div.DivClassName
{
background-color: #C29BD1;
}
.BgClassName
{
background-color: #C29BD1;
}
</style>
border-color css
<style>
span { border-color: #C29BD1; }
span { border-color: rgb(194,155,209); }
td.TdClassName
{
border-color: #C29BD1;
}
.TagClassName
{
border-color: #C29BD1;
}
</style>