Shades of Wisteria #C896DD
Tints of Wisteria #C896DD
RGB
CMYK
RGB Variations
Color information
#C896DD (or 0xC896DD) is known color: Wisteria. HEX triplet: C8, 96 and DD. RGB value is (200,150,221). Sum of RGB (Red+Green+Blue) = 200+150+221=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C896DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DD is #376922. Grayscale: #ACACAC. Windows color (decimal): -3631395 or 14522056. OLE color: 14522056.
HSL color Cylindrical-coordinate representation of color #C896DD: hue angle of 282.25º 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 #C896DD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 150 | 221 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 282.25º | 0.51% | 0.73% | - |
| HSV(B) | 282.25º | 0.32% | 0.87% | - |
| XYZ | 47.78 | 39.31 | 73.48 | - |
| YUV | 173.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 221 | 0.10 | 0.32 | 0 | 0.13 | 282.25 | 0.51 | 0.73 |
| Hex | C8 | 96 | DD | A | 20 | 0 | D | 11A | 33 | 49 |
| Octal | 310 | 226 | 335 | 12 | 40 | 0 | 15 | 432 | 63 | 111 |
| Binary | 11001000 | 10010110 | 11011101 | 1010 | 100000 | 0 | 1101 | 100011010 | 110011 | 1001001 |
Color Harmonies of #C896DD
Complementary color
Monochromatic Colors of #C896DD
Black with #C896DD
Text Example
Text Example
White with #C896DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896DD; }
p { color: rgb(200,150,221); }
H1.HeaderClassName
{
color: #C896DD;
}
.AnyTagClassName
{
color: #C896DD;
}
</style>
background-color css
<style>
a { background-color: #C896DD; }
a { background-color: rgb(200,150,221); }
div.DivClassName
{
background-color: #C896DD;
}
.BgClassName
{
background-color: #C896DD;
}
</style>
border-color css
<style>
span { border-color: #C896DD; }
span { border-color: rgb(200,150,221); }
td.TdClassName
{
border-color: #C896DD;
}
.TagClassName
{
border-color: #C896DD;
}
</style>