Shades of Wisteria #C29ACD
Tints of Wisteria #C29ACD
RGB
CMYK
RGB Variations
Color information
#C29ACD (or 0xC29ACD) is known color: Wisteria. HEX triplet: C2, 9A and CD. RGB value is (194,154,205). Sum of RGB (Red+Green+Blue) = 194+154+205=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ACD is #3D6532. Grayscale: #ABABAB. Windows color (decimal): -4023603 or 13474498. OLE color: 13474498.
HSL color Cylindrical-coordinate representation of color #C29ACD: hue angle of 287.06º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29ACD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 154 | 205 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.20 |
| HSL | 287.06º | 0.34% | 0.7% | - |
| HSV(B) | 287.06º | 0.25% | 0.8% | - |
| XYZ | 44.82 | 38.99 | 62.92 | - |
| YUV | 171.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 205 | 0.05 | 0.25 | 0 | 0.20 | 287.06 | 0.34 | 0.7 |
| Hex | C2 | 9A | CD | 5 | 19 | 0 | 14 | 11F | 22 | 46 |
| Octal | 302 | 232 | 315 | 5 | 31 | 0 | 24 | 437 | 42 | 106 |
| Binary | 11000010 | 10011010 | 11001101 | 101 | 11001 | 0 | 10100 | 100011111 | 100010 | 1000110 |
Color Harmonies of #C29ACD
Complementary color
Monochromatic Colors of #C29ACD
Black with #C29ACD
Text Example
Text Example
White with #C29ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ACD; }
p { color: rgb(194,154,205); }
H1.HeaderClassName
{
color: #C29ACD;
}
.AnyTagClassName
{
color: #C29ACD;
}
</style>
background-color css
<style>
a { background-color: #C29ACD; }
a { background-color: rgb(194,154,205); }
div.DivClassName
{
background-color: #C29ACD;
}
.BgClassName
{
background-color: #C29ACD;
}
</style>
border-color css
<style>
span { border-color: #C29ACD; }
span { border-color: rgb(194,154,205); }
td.TdClassName
{
border-color: #C29ACD;
}
.TagClassName
{
border-color: #C29ACD;
}
</style>