Shades of Wisteria #C997DD
Tints of Wisteria #C997DD
RGB
CMYK
RGB Variations
Color information
#C997DD (or 0xC997DD) is known color: Wisteria. HEX triplet: C9, 97 and DD. RGB value is (201,151,221). Sum of RGB (Red+Green+Blue) = 201+151+221=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C997DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DD is #366822. Grayscale: #ADADAD. Windows color (decimal): -3565603 or 14522313. OLE color: 14522313.
HSL color Cylindrical-coordinate representation of color #C997DD: hue angle of 282.86º 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 #C997DD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 151 | 221 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 282.86º | 0.51% | 0.73% | - |
| HSV(B) | 282.86º | 0.32% | 0.87% | - |
| XYZ | 48.21 | 39.77 | 73.54 | - |
| YUV | 173.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 221 | 0.09 | 0.32 | 0 | 0.13 | 282.86 | 0.51 | 0.73 |
| Hex | C9 | 97 | DD | 9 | 20 | 0 | D | 11B | 33 | 49 |
| Octal | 311 | 227 | 335 | 11 | 40 | 0 | 15 | 433 | 63 | 111 |
| Binary | 11001001 | 10010111 | 11011101 | 1001 | 100000 | 0 | 1101 | 100011011 | 110011 | 1001001 |
Color Harmonies of #C997DD
Complementary color
Monochromatic Colors of #C997DD
Black with #C997DD
Text Example
Text Example
White with #C997DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997DD; }
p { color: rgb(201,151,221); }
H1.HeaderClassName
{
color: #C997DD;
}
.AnyTagClassName
{
color: #C997DD;
}
</style>
background-color css
<style>
a { background-color: #C997DD; }
a { background-color: rgb(201,151,221); }
div.DivClassName
{
background-color: #C997DD;
}
.BgClassName
{
background-color: #C997DD;
}
</style>
border-color css
<style>
span { border-color: #C997DD; }
span { border-color: rgb(201,151,221); }
td.TdClassName
{
border-color: #C997DD;
}
.TagClassName
{
border-color: #C997DD;
}
</style>