Shades of Wisteria #C896E0
Tints of Wisteria #C896E0
RGB
CMYK
RGB Variations
Color information
#C896E0 (or 0xC896E0) is known color: Wisteria. HEX triplet: C8, 96 and E0. RGB value is (200,150,224). Sum of RGB (Red+Green+Blue) = 200+150+224=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C896E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896E0 is #37691F. Grayscale: #ADADAD. Windows color (decimal): -3631392 or 14718664. OLE color: 14718664.
HSL color Cylindrical-coordinate representation of color #C896E0: hue angle of 280.54º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C896E0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 150 | 224 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.12 |
| HSL | 280.54º | 0.54% | 0.73% | - |
| HSV(B) | 280.54º | 0.33% | 0.88% | - |
| XYZ | 48.18 | 39.47 | 75.6 | - |
| YUV | 173.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 224 | 0.11 | 0.33 | 0 | 0.12 | 280.54 | 0.54 | 0.73 |
| Hex | C8 | 96 | E0 | B | 21 | 0 | C | 119 | 36 | 49 |
| Octal | 310 | 226 | 340 | 13 | 41 | 0 | 14 | 431 | 66 | 111 |
| Binary | 11001000 | 10010110 | 11100000 | 1011 | 100001 | 0 | 1100 | 100011001 | 110110 | 1001001 |
Color Harmonies of #C896E0
Complementary color
Monochromatic Colors of #C896E0
Black with #C896E0
Text Example
Text Example
White with #C896E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896E0; }
p { color: rgb(200,150,224); }
H1.HeaderClassName
{
color: #C896E0;
}
.AnyTagClassName
{
color: #C896E0;
}
</style>
background-color css
<style>
a { background-color: #C896E0; }
a { background-color: rgb(200,150,224); }
div.DivClassName
{
background-color: #C896E0;
}
.BgClassName
{
background-color: #C896E0;
}
</style>
border-color css
<style>
span { border-color: #C896E0; }
span { border-color: rgb(200,150,224); }
td.TdClassName
{
border-color: #C896E0;
}
.TagClassName
{
border-color: #C896E0;
}
</style>