Shades of Wisteria #C99DD9
Tints of Wisteria #C99DD9
RGB
CMYK
RGB Variations
Color information
#C99DD9 (or 0xC99DD9) is known color: Wisteria. HEX triplet: C9, 9D and D9. RGB value is (201,157,217). Sum of RGB (Red+Green+Blue) = 201+157+217=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #C99DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DD9 is #366226. Grayscale: #B0B0B0. Windows color (decimal): -3564071 or 14261705. OLE color: 14261705.
HSL color Cylindrical-coordinate representation of color #C99DD9: hue angle of 284º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99DD9 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 157 | 217 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 284º | 0.44% | 0.73% | - |
| HSV(B) | 284º | 0.28% | 0.85% | - |
| XYZ | 48.67 | 41.54 | 71.1 | - |
| YUV | 177 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 217 | 0.07 | 0.28 | 0 | 0.15 | 284 | 0.44 | 0.73 |
| Hex | C9 | 9D | D9 | 7 | 1C | 0 | F | 11C | 2C | 49 |
| Octal | 311 | 235 | 331 | 7 | 34 | 0 | 17 | 434 | 54 | 111 |
| Binary | 11001001 | 10011101 | 11011001 | 111 | 11100 | 0 | 1111 | 100011100 | 101100 | 1001001 |
Color Harmonies of #C99DD9
Complementary color
Monochromatic Colors of #C99DD9
Black with #C99DD9
Text Example
Text Example
White with #C99DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DD9; }
p { color: rgb(201,157,217); }
H1.HeaderClassName
{
color: #C99DD9;
}
.AnyTagClassName
{
color: #C99DD9;
}
</style>
background-color css
<style>
a { background-color: #C99DD9; }
a { background-color: rgb(201,157,217); }
div.DivClassName
{
background-color: #C99DD9;
}
.BgClassName
{
background-color: #C99DD9;
}
</style>
border-color css
<style>
span { border-color: #C99DD9; }
span { border-color: rgb(201,157,217); }
td.TdClassName
{
border-color: #C99DD9;
}
.TagClassName
{
border-color: #C99DD9;
}
</style>