Shades of Wisteria #C997D7
Tints of Wisteria #C997D7
RGB
CMYK
RGB Variations
Color information
#C997D7 (or 0xC997D7) is known color: Wisteria. HEX triplet: C9, 97 and D7. RGB value is (201,151,215). Sum of RGB (Red+Green+Blue) = 201+151+215=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #C997D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D7 is #366828. Grayscale: #ADADAD. Windows color (decimal): -3565609 or 14129097. OLE color: 14129097.
HSL color Cylindrical-coordinate representation of color #C997D7: hue angle of 286.88º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C997D7 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 151 | 215 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.16 |
| HSL | 286.88º | 0.44% | 0.72% | - |
| HSV(B) | 286.88º | 0.3% | 0.84% | - |
| XYZ | 47.42 | 39.46 | 69.41 | - |
| YUV | 173.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 215 | 0.07 | 0.30 | 0 | 0.16 | 286.88 | 0.44 | 0.72 |
| Hex | C9 | 97 | D7 | 7 | 1E | 0 | 10 | 11F | 2C | 48 |
| Octal | 311 | 227 | 327 | 7 | 36 | 0 | 20 | 437 | 54 | 110 |
| Binary | 11001001 | 10010111 | 11010111 | 111 | 11110 | 0 | 10000 | 100011111 | 101100 | 1001000 |
Color Harmonies of #C997D7
Complementary color
Monochromatic Colors of #C997D7
Black with #C997D7
Text Example
Text Example
White with #C997D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997D7; }
p { color: rgb(201,151,215); }
H1.HeaderClassName
{
color: #C997D7;
}
.AnyTagClassName
{
color: #C997D7;
}
</style>
background-color css
<style>
a { background-color: #C997D7; }
a { background-color: rgb(201,151,215); }
div.DivClassName
{
background-color: #C997D7;
}
.BgClassName
{
background-color: #C997D7;
}
</style>
border-color css
<style>
span { border-color: #C997D7; }
span { border-color: rgb(201,151,215); }
td.TdClassName
{
border-color: #C997D7;
}
.TagClassName
{
border-color: #C997D7;
}
</style>