Shades of Wisteria #C997DC
Tints of Wisteria #C997DC
RGB
CMYK
RGB Variations
Color information
#C997DC (or 0xC997DC) is known color: Wisteria. HEX triplet: C9, 97 and DC. RGB value is (201,151,220). Sum of RGB (Red+Green+Blue) = 201+151+220=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C997DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DC is #366823. Grayscale: #ADADAD. Windows color (decimal): -3565604 or 14456777. OLE color: 14456777.
HSL color Cylindrical-coordinate representation of color #C997DC: hue angle of 283.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C997DC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 151 | 220 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.14 |
| HSL | 283.48º | 0.5% | 0.73% | - |
| HSV(B) | 283.48º | 0.31% | 0.86% | - |
| XYZ | 48.07 | 39.72 | 72.84 | - |
| YUV | 173.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 220 | 0.09 | 0.31 | 0 | 0.14 | 283.48 | 0.5 | 0.73 |
| Hex | C9 | 97 | DC | 9 | 1F | 0 | E | 11B | 32 | 49 |
| Octal | 311 | 227 | 334 | 11 | 37 | 0 | 16 | 433 | 62 | 111 |
| Binary | 11001001 | 10010111 | 11011100 | 1001 | 11111 | 0 | 1110 | 100011011 | 110010 | 1001001 |
Color Harmonies of #C997DC
Complementary color
Monochromatic Colors of #C997DC
Black with #C997DC
Text Example
Text Example
White with #C997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997DC; }
p { color: rgb(201,151,220); }
H1.HeaderClassName
{
color: #C997DC;
}
.AnyTagClassName
{
color: #C997DC;
}
</style>
background-color css
<style>
a { background-color: #C997DC; }
a { background-color: rgb(201,151,220); }
div.DivClassName
{
background-color: #C997DC;
}
.BgClassName
{
background-color: #C997DC;
}
</style>
border-color css
<style>
span { border-color: #C997DC; }
span { border-color: rgb(201,151,220); }
td.TdClassName
{
border-color: #C997DC;
}
.TagClassName
{
border-color: #C997DC;
}
</style>