Shades of Wisteria #C996DF
Tints of Wisteria #C996DF
RGB
CMYK
RGB Variations
Color information
#C996DF (or 0xC996DF) is known color: Wisteria. HEX triplet: C9, 96 and DF. RGB value is (201,150,223). Sum of RGB (Red+Green+Blue) = 201+150+223=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C996DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DF is #366920. Grayscale: #ADADAD. Windows color (decimal): -3565857 or 14653129. OLE color: 14653129.
HSL color Cylindrical-coordinate representation of color #C996DF: hue angle of 281.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C996DF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 150 | 223 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.13 |
| HSL | 281.92º | 0.53% | 0.73% | - |
| HSV(B) | 281.92º | 0.33% | 0.87% | - |
| XYZ | 48.31 | 39.56 | 74.9 | - |
| YUV | 173.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 223 | 0.10 | 0.33 | 0 | 0.13 | 281.92 | 0.53 | 0.73 |
| Hex | C9 | 96 | DF | A | 21 | 0 | D | 11A | 35 | 49 |
| Octal | 311 | 226 | 337 | 12 | 41 | 0 | 15 | 432 | 65 | 111 |
| Binary | 11001001 | 10010110 | 11011111 | 1010 | 100001 | 0 | 1101 | 100011010 | 110101 | 1001001 |
Color Harmonies of #C996DF
Complementary color
Monochromatic Colors of #C996DF
Black with #C996DF
Text Example
Text Example
White with #C996DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996DF; }
p { color: rgb(201,150,223); }
H1.HeaderClassName
{
color: #C996DF;
}
.AnyTagClassName
{
color: #C996DF;
}
</style>
background-color css
<style>
a { background-color: #C996DF; }
a { background-color: rgb(201,150,223); }
div.DivClassName
{
background-color: #C996DF;
}
.BgClassName
{
background-color: #C996DF;
}
</style>
border-color css
<style>
span { border-color: #C996DF; }
span { border-color: rgb(201,150,223); }
td.TdClassName
{
border-color: #C996DF;
}
.TagClassName
{
border-color: #C996DF;
}
</style>