Shades of Wisteria #C897DB
Tints of Wisteria #C897DB
RGB
CMYK
RGB Variations
Color information
#C897DB (or 0xC897DB) is known color: Wisteria. HEX triplet: C8, 97 and DB. RGB value is (200,151,219). Sum of RGB (Red+Green+Blue) = 200+151+219=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C897DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897DB is #376824. Grayscale: #ADADAD. Windows color (decimal): -3631141 or 14391240. OLE color: 14391240.
HSL color Cylindrical-coordinate representation of color #C897DB: hue angle of 283.24º degrees, saturation: 0.49, 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 #C897DB is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 151 | 219 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.14 |
| HSL | 283.24º | 0.49% | 0.73% | - |
| HSV(B) | 283.24º | 0.31% | 0.86% | - |
| XYZ | 47.67 | 39.53 | 72.13 | - |
| YUV | 173.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 219 | 0.09 | 0.31 | 0 | 0.14 | 283.24 | 0.49 | 0.73 |
| Hex | C8 | 97 | DB | 9 | 1F | 0 | E | 11B | 31 | 49 |
| Octal | 310 | 227 | 333 | 11 | 37 | 0 | 16 | 433 | 61 | 111 |
| Binary | 11001000 | 10010111 | 11011011 | 1001 | 11111 | 0 | 1110 | 100011011 | 110001 | 1001001 |
Color Harmonies of #C897DB
Complementary color
Monochromatic Colors of #C897DB
Black with #C897DB
Text Example
Text Example
White with #C897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897DB; }
p { color: rgb(200,151,219); }
H1.HeaderClassName
{
color: #C897DB;
}
.AnyTagClassName
{
color: #C897DB;
}
</style>
background-color css
<style>
a { background-color: #C897DB; }
a { background-color: rgb(200,151,219); }
div.DivClassName
{
background-color: #C897DB;
}
.BgClassName
{
background-color: #C897DB;
}
</style>
border-color css
<style>
span { border-color: #C897DB; }
span { border-color: rgb(200,151,219); }
td.TdClassName
{
border-color: #C897DB;
}
.TagClassName
{
border-color: #C897DB;
}
</style>