Shades of Wisteria #C897DD
Tints of Wisteria #C897DD
RGB
CMYK
RGB Variations
Color information
#C897DD (or 0xC897DD) is known color: Wisteria. HEX triplet: C8, 97 and DD. RGB value is (200,151,221). Sum of RGB (Red+Green+Blue) = 200+151+221=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C897DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897DD is #376822. Grayscale: #ADADAD. Windows color (decimal): -3631139 or 14522312. OLE color: 14522312.
HSL color Cylindrical-coordinate representation of color #C897DD: hue angle of 282º degrees, saturation: 0.51, 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 #C897DD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 151 | 221 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 282º | 0.51% | 0.73% | - |
| HSV(B) | 282º | 0.32% | 0.87% | - |
| XYZ | 47.94 | 39.63 | 73.53 | - |
| YUV | 173.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 221 | 0.10 | 0.32 | 0 | 0.13 | 282 | 0.51 | 0.73 |
| Hex | C8 | 97 | DD | A | 20 | 0 | D | 11A | 33 | 49 |
| Octal | 310 | 227 | 335 | 12 | 40 | 0 | 15 | 432 | 63 | 111 |
| Binary | 11001000 | 10010111 | 11011101 | 1010 | 100000 | 0 | 1101 | 100011010 | 110011 | 1001001 |
Color Harmonies of #C897DD
Complementary color
Monochromatic Colors of #C897DD
Black with #C897DD
Text Example
Text Example
White with #C897DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897DD; }
p { color: rgb(200,151,221); }
H1.HeaderClassName
{
color: #C897DD;
}
.AnyTagClassName
{
color: #C897DD;
}
</style>
background-color css
<style>
a { background-color: #C897DD; }
a { background-color: rgb(200,151,221); }
div.DivClassName
{
background-color: #C897DD;
}
.BgClassName
{
background-color: #C897DD;
}
</style>
border-color css
<style>
span { border-color: #C897DD; }
span { border-color: rgb(200,151,221); }
td.TdClassName
{
border-color: #C897DD;
}
.TagClassName
{
border-color: #C897DD;
}
</style>