Shades of Wisteria #C897DF
Tints of Wisteria #C897DF
RGB
CMYK
RGB Variations
Color information
#C897DF (or 0xC897DF) is known color: Wisteria. HEX triplet: C8, 97 and DF. RGB value is (200,151,223). Sum of RGB (Red+Green+Blue) = 200+151+223=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 151 (59.38% from 255 or 26.31% 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 #C897DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897DF is #376820. Grayscale: #ADADAD. Windows color (decimal): -3631137 or 14653384. OLE color: 14653384.
HSL color Cylindrical-coordinate representation of color #C897DF: hue angle of 280.83º 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 #C897DF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 151 | 223 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 280.83º | 0.53% | 0.73% | - |
| HSV(B) | 280.83º | 0.32% | 0.87% | - |
| XYZ | 48.21 | 39.74 | 74.94 | - |
| YUV | 173.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 223 | 0.10 | 0.32 | 0 | 0.13 | 280.83 | 0.53 | 0.73 |
| Hex | C8 | 97 | DF | A | 20 | 0 | D | 119 | 35 | 49 |
| Octal | 310 | 227 | 337 | 12 | 40 | 0 | 15 | 431 | 65 | 111 |
| Binary | 11001000 | 10010111 | 11011111 | 1010 | 100000 | 0 | 1101 | 100011001 | 110101 | 1001001 |
Color Harmonies of #C897DF
Complementary color
Monochromatic Colors of #C897DF
Black with #C897DF
Text Example
Text Example
White with #C897DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897DF; }
p { color: rgb(200,151,223); }
H1.HeaderClassName
{
color: #C897DF;
}
.AnyTagClassName
{
color: #C897DF;
}
</style>
background-color css
<style>
a { background-color: #C897DF; }
a { background-color: rgb(200,151,223); }
div.DivClassName
{
background-color: #C897DF;
}
.BgClassName
{
background-color: #C897DF;
}
</style>
border-color css
<style>
span { border-color: #C897DF; }
span { border-color: rgb(200,151,223); }
td.TdClassName
{
border-color: #C897DF;
}
.TagClassName
{
border-color: #C897DF;
}
</style>