Shades of Wisteria #C896E5
Tints of Wisteria #C896E5
RGB
CMYK
RGB Variations
Color information
#C896E5 (or 0xC896E5) is known color: Wisteria. HEX triplet: C8, 96 and E5. RGB value is (200,150,229). Sum of RGB (Red+Green+Blue) = 200+150+229=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #C896E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896E5 is #37691A. Grayscale: #ADADAD. Windows color (decimal): -3631387 or 15046344. OLE color: 15046344.
HSL color Cylindrical-coordinate representation of color #C896E5: hue angle of 277.97º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C896E5 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 150 | 229 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.10 |
| HSL | 277.97º | 0.6% | 0.74% | - |
| HSV(B) | 277.97º | 0.34% | 0.9% | - |
| XYZ | 48.87 | 39.75 | 79.23 | - |
| YUV | 173.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 229 | 0.13 | 0.34 | 0 | 0.10 | 277.97 | 0.6 | 0.74 |
| Hex | C8 | 96 | E5 | D | 22 | 0 | A | 116 | 3C | 4A |
| Octal | 310 | 226 | 345 | 15 | 42 | 0 | 12 | 426 | 74 | 112 |
| Binary | 11001000 | 10010110 | 11100101 | 1101 | 100010 | 0 | 1010 | 100010110 | 111100 | 1001010 |
Color Harmonies of #C896E5
Complementary color
Monochromatic Colors of #C896E5
Black with #C896E5
Text Example
Text Example
White with #C896E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896E5; }
p { color: rgb(200,150,229); }
H1.HeaderClassName
{
color: #C896E5;
}
.AnyTagClassName
{
color: #C896E5;
}
</style>
background-color css
<style>
a { background-color: #C896E5; }
a { background-color: rgb(200,150,229); }
div.DivClassName
{
background-color: #C896E5;
}
.BgClassName
{
background-color: #C896E5;
}
</style>
border-color css
<style>
span { border-color: #C896E5; }
span { border-color: rgb(200,150,229); }
td.TdClassName
{
border-color: #C896E5;
}
.TagClassName
{
border-color: #C896E5;
}
</style>