Shades of Wisteria #C896E9
Tints of Wisteria #C896E9
RGB
CMYK
RGB Variations
Color information
#C896E9 (or 0xC896E9) is known color: Wisteria. HEX triplet: C8, 96 and E9. RGB value is (200,150,233). Sum of RGB (Red+Green+Blue) = 200+150+233=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #C896E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896E9 is #376916. Grayscale: #AEAEAE. Windows color (decimal): -3631383 or 15308488. OLE color: 15308488.
HSL color Cylindrical-coordinate representation of color #C896E9: hue angle of 276.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C896E9 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 150 | 233 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.09 |
| HSL | 276.14º | 0.65% | 0.75% | - |
| HSV(B) | 276.14º | 0.36% | 0.91% | - |
| XYZ | 49.43 | 39.98 | 82.2 | - |
| YUV | 174.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 233 | 0.14 | 0.36 | 0 | 0.09 | 276.14 | 0.65 | 0.75 |
| Hex | C8 | 96 | E9 | E | 24 | 0 | 9 | 114 | 41 | 4B |
| Octal | 310 | 226 | 351 | 16 | 44 | 0 | 11 | 424 | 101 | 113 |
| Binary | 11001000 | 10010110 | 11101001 | 1110 | 100100 | 0 | 1001 | 100010100 | 1000001 | 1001011 |
Color Harmonies of #C896E9
Complementary color
Monochromatic Colors of #C896E9
Black with #C896E9
Text Example
Text Example
White with #C896E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896E9; }
p { color: rgb(200,150,233); }
H1.HeaderClassName
{
color: #C896E9;
}
.AnyTagClassName
{
color: #C896E9;
}
</style>
background-color css
<style>
a { background-color: #C896E9; }
a { background-color: rgb(200,150,233); }
div.DivClassName
{
background-color: #C896E9;
}
.BgClassName
{
background-color: #C896E9;
}
</style>
border-color css
<style>
span { border-color: #C896E9; }
span { border-color: rgb(200,150,233); }
td.TdClassName
{
border-color: #C896E9;
}
.TagClassName
{
border-color: #C896E9;
}
</style>