Shades of Wisteria #C29FD4
Tints of Wisteria #C29FD4
RGB
CMYK
RGB Variations
Color information
#C29FD4 (or 0xC29FD4) is known color: Wisteria. HEX triplet: C2, 9F and D4. RGB value is (194,159,212). Sum of RGB (Red+Green+Blue) = 194+159+212=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #C29FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FD4 is #3D602B. Grayscale: #AFAFAF. Windows color (decimal): -4022316 or 13934530. OLE color: 13934530.
HSL color Cylindrical-coordinate representation of color #C29FD4: hue angle of 279.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29FD4 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 159 | 212 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.17 |
| HSL | 279.62º | 0.38% | 0.73% | - |
| HSV(B) | 279.62º | 0.25% | 0.83% | - |
| XYZ | 46.53 | 41.02 | 67.75 | - |
| YUV | 175.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 212 | 0.08 | 0.25 | 0 | 0.17 | 279.62 | 0.38 | 0.73 |
| Hex | C2 | 9F | D4 | 8 | 19 | 0 | 11 | 118 | 26 | 49 |
| Octal | 302 | 237 | 324 | 10 | 31 | 0 | 21 | 430 | 46 | 111 |
| Binary | 11000010 | 10011111 | 11010100 | 1000 | 11001 | 0 | 10001 | 100011000 | 100110 | 1001001 |
Color Harmonies of #C29FD4
Complementary color
Monochromatic Colors of #C29FD4
Black with #C29FD4
Text Example
Text Example
White with #C29FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FD4; }
p { color: rgb(194,159,212); }
H1.HeaderClassName
{
color: #C29FD4;
}
.AnyTagClassName
{
color: #C29FD4;
}
</style>
background-color css
<style>
a { background-color: #C29FD4; }
a { background-color: rgb(194,159,212); }
div.DivClassName
{
background-color: #C29FD4;
}
.BgClassName
{
background-color: #C29FD4;
}
</style>
border-color css
<style>
span { border-color: #C29FD4; }
span { border-color: rgb(194,159,212); }
td.TdClassName
{
border-color: #C29FD4;
}
.TagClassName
{
border-color: #C29FD4;
}
</style>