Shades of Wisteria #C99DDD
Tints of Wisteria #C99DDD
RGB
CMYK
RGB Variations
Color information
#C99DDD (or 0xC99DDD) is known color: Wisteria. HEX triplet: C9, 9D and DD. RGB value is (201,157,221). Sum of RGB (Red+Green+Blue) = 201+157+221=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDD is #366222. Grayscale: #B1B1B1. Windows color (decimal): -3564067 or 14523849. OLE color: 14523849.
HSL color Cylindrical-coordinate representation of color #C99DDD: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99DDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 157 | 221 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.25º | 0.48% | 0.74% | - |
| HSV(B) | 281.25º | 0.29% | 0.87% | - |
| XYZ | 49.2 | 41.75 | 73.87 | - |
| YUV | 177.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 221 | 0.09 | 0.29 | 0 | 0.13 | 281.25 | 0.48 | 0.74 |
| Hex | C9 | 9D | DD | 9 | 1D | 0 | D | 119 | 30 | 4A |
| Octal | 311 | 235 | 335 | 11 | 35 | 0 | 15 | 431 | 60 | 112 |
| Binary | 11001001 | 10011101 | 11011101 | 1001 | 11101 | 0 | 1101 | 100011001 | 110000 | 1001010 |
Color Harmonies of #C99DDD
Complementary color
Monochromatic Colors of #C99DDD
Black with #C99DDD
Text Example
Text Example
White with #C99DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DDD; }
p { color: rgb(201,157,221); }
H1.HeaderClassName
{
color: #C99DDD;
}
.AnyTagClassName
{
color: #C99DDD;
}
</style>
background-color css
<style>
a { background-color: #C99DDD; }
a { background-color: rgb(201,157,221); }
div.DivClassName
{
background-color: #C99DDD;
}
.BgClassName
{
background-color: #C99DDD;
}
</style>
border-color css
<style>
span { border-color: #C99DDD; }
span { border-color: rgb(201,157,221); }
td.TdClassName
{
border-color: #C99DDD;
}
.TagClassName
{
border-color: #C99DDD;
}
</style>