Shades of Wisteria #C996DD
Tints of Wisteria #C996DD
RGB
CMYK
RGB Variations
Color information
#C996DD (or 0xC996DD) is known color: Wisteria. HEX triplet: C9, 96 and DD. RGB value is (201,150,221). Sum of RGB (Red+Green+Blue) = 201+150+221=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C996DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DD is #366922. Grayscale: #ADADAD. Windows color (decimal): -3565859 or 14522057. OLE color: 14522057.
HSL color Cylindrical-coordinate representation of color #C996DD: hue angle of 283.1º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C996DD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 150 | 221 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 283.1º | 0.51% | 0.73% | - |
| HSV(B) | 283.1º | 0.32% | 0.87% | - |
| XYZ | 48.04 | 39.45 | 73.49 | - |
| YUV | 173.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 221 | 0.09 | 0.32 | 0 | 0.13 | 283.1 | 0.51 | 0.73 |
| Hex | C9 | 96 | DD | 9 | 20 | 0 | D | 11B | 33 | 49 |
| Octal | 311 | 226 | 335 | 11 | 40 | 0 | 15 | 433 | 63 | 111 |
| Binary | 11001001 | 10010110 | 11011101 | 1001 | 100000 | 0 | 1101 | 100011011 | 110011 | 1001001 |
Color Harmonies of #C996DD
Complementary color
Monochromatic Colors of #C996DD
Black with #C996DD
Text Example
Text Example
White with #C996DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996DD; }
p { color: rgb(201,150,221); }
H1.HeaderClassName
{
color: #C996DD;
}
.AnyTagClassName
{
color: #C996DD;
}
</style>
background-color css
<style>
a { background-color: #C996DD; }
a { background-color: rgb(201,150,221); }
div.DivClassName
{
background-color: #C996DD;
}
.BgClassName
{
background-color: #C996DD;
}
</style>
border-color css
<style>
span { border-color: #C996DD; }
span { border-color: rgb(201,150,221); }
td.TdClassName
{
border-color: #C996DD;
}
.TagClassName
{
border-color: #C996DD;
}
</style>