Shades of Wisteria #C29BD3
Tints of Wisteria #C29BD3
RGB
CMYK
RGB Variations
Color information
#C29BD3 (or 0xC29BD3) is known color: Wisteria. HEX triplet: C2, 9B and D3. RGB value is (194,155,211). Sum of RGB (Red+Green+Blue) = 194+155+211=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #C29BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD3 is #3D642C. Grayscale: #ACACAC. Windows color (decimal): -4023341 or 13867970. OLE color: 13867970.
HSL color Cylindrical-coordinate representation of color #C29BD3: hue angle of 281.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29BD3 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 155 | 211 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.17 |
| HSL | 281.79º | 0.39% | 0.72% | - |
| HSV(B) | 281.79º | 0.27% | 0.83% | - |
| XYZ | 45.73 | 39.62 | 66.86 | - |
| YUV | 173.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 211 | 0.08 | 0.27 | 0 | 0.17 | 281.79 | 0.39 | 0.72 |
| Hex | C2 | 9B | D3 | 8 | 1B | 0 | 11 | 11A | 27 | 48 |
| Octal | 302 | 233 | 323 | 10 | 33 | 0 | 21 | 432 | 47 | 110 |
| Binary | 11000010 | 10011011 | 11010011 | 1000 | 11011 | 0 | 10001 | 100011010 | 100111 | 1001000 |
Color Harmonies of #C29BD3
Complementary color
Monochromatic Colors of #C29BD3
Black with #C29BD3
Text Example
Text Example
White with #C29BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BD3; }
p { color: rgb(194,155,211); }
H1.HeaderClassName
{
color: #C29BD3;
}
.AnyTagClassName
{
color: #C29BD3;
}
</style>
background-color css
<style>
a { background-color: #C29BD3; }
a { background-color: rgb(194,155,211); }
div.DivClassName
{
background-color: #C29BD3;
}
.BgClassName
{
background-color: #C29BD3;
}
</style>
border-color css
<style>
span { border-color: #C29BD3; }
span { border-color: rgb(194,155,211); }
td.TdClassName
{
border-color: #C29BD3;
}
.TagClassName
{
border-color: #C29BD3;
}
</style>