Shades of Wisteria #C997DF
Tints of Wisteria #C997DF
RGB
CMYK
RGB Variations
Color information
#C997DF (or 0xC997DF) is known color: Wisteria. HEX triplet: C9, 97 and DF. RGB value is (201,151,223). Sum of RGB (Red+Green+Blue) = 201+151+223=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C997DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DF is #366820. Grayscale: #ADADAD. Windows color (decimal): -3565601 or 14653385. OLE color: 14653385.
HSL color Cylindrical-coordinate representation of color #C997DF: hue angle of 281.67º degrees, saturation: 0.53, 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 #C997DF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 151 | 223 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 281.67º | 0.53% | 0.73% | - |
| HSV(B) | 281.67º | 0.32% | 0.87% | - |
| XYZ | 48.47 | 39.88 | 74.95 | - |
| YUV | 174.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 223 | 0.10 | 0.32 | 0 | 0.13 | 281.67 | 0.53 | 0.73 |
| Hex | C9 | 97 | DF | A | 20 | 0 | D | 11A | 35 | 49 |
| Octal | 311 | 227 | 337 | 12 | 40 | 0 | 15 | 432 | 65 | 111 |
| Binary | 11001001 | 10010111 | 11011111 | 1010 | 100000 | 0 | 1101 | 100011010 | 110101 | 1001001 |
Color Harmonies of #C997DF
Complementary color
Monochromatic Colors of #C997DF
Black with #C997DF
Text Example
Text Example
White with #C997DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997DF; }
p { color: rgb(201,151,223); }
H1.HeaderClassName
{
color: #C997DF;
}
.AnyTagClassName
{
color: #C997DF;
}
</style>
background-color css
<style>
a { background-color: #C997DF; }
a { background-color: rgb(201,151,223); }
div.DivClassName
{
background-color: #C997DF;
}
.BgClassName
{
background-color: #C997DF;
}
</style>
border-color css
<style>
span { border-color: #C997DF; }
span { border-color: rgb(201,151,223); }
td.TdClassName
{
border-color: #C997DF;
}
.TagClassName
{
border-color: #C997DF;
}
</style>