Shades of Wisteria #C29FD1
Tints of Wisteria #C29FD1
RGB
CMYK
RGB Variations
Color information
#C29FD1 (or 0xC29FD1) is known color: Wisteria. HEX triplet: C2, 9F and D1. RGB value is (194,159,209). Sum of RGB (Red+Green+Blue) = 194+159+209=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C29FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FD1 is #3D602E. Grayscale: #AFAFAF. Windows color (decimal): -4022319 or 13737922. OLE color: 13737922.
HSL color Cylindrical-coordinate representation of color #C29FD1: hue angle of 282º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29FD1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 159 | 209 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.18 |
| HSL | 282º | 0.35% | 0.72% | - |
| HSV(B) | 282º | 0.24% | 0.82% | - |
| XYZ | 46.15 | 40.87 | 65.78 | - |
| YUV | 175.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 209 | 0.07 | 0.24 | 0 | 0.18 | 282 | 0.35 | 0.72 |
| Hex | C2 | 9F | D1 | 7 | 18 | 0 | 12 | 11A | 23 | 48 |
| Octal | 302 | 237 | 321 | 7 | 30 | 0 | 22 | 432 | 43 | 110 |
| Binary | 11000010 | 10011111 | 11010001 | 111 | 11000 | 0 | 10010 | 100011010 | 100011 | 1001000 |
Color Harmonies of #C29FD1
Complementary color
Monochromatic Colors of #C29FD1
Black with #C29FD1
Text Example
Text Example
White with #C29FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FD1; }
p { color: rgb(194,159,209); }
H1.HeaderClassName
{
color: #C29FD1;
}
.AnyTagClassName
{
color: #C29FD1;
}
</style>
background-color css
<style>
a { background-color: #C29FD1; }
a { background-color: rgb(194,159,209); }
div.DivClassName
{
background-color: #C29FD1;
}
.BgClassName
{
background-color: #C29FD1;
}
</style>
border-color css
<style>
span { border-color: #C29FD1; }
span { border-color: rgb(194,159,209); }
td.TdClassName
{
border-color: #C29FD1;
}
.TagClassName
{
border-color: #C29FD1;
}
</style>