Shades of Wisteria #C896E8
Tints of Wisteria #C896E8
RGB
CMYK
RGB Variations
Color information
#C896E8 (or 0xC896E8) is known color: Wisteria. HEX triplet: C8, 96 and E8. RGB value is (200,150,232). Sum of RGB (Red+Green+Blue) = 200+150+232=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #C896E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896E8 is #376917. Grayscale: #AEAEAE. Windows color (decimal): -3631384 or 15242952. OLE color: 15242952.
HSL color Cylindrical-coordinate representation of color #C896E8: hue angle of 276.59º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C896E8 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 150 | 232 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.09 |
| HSL | 276.59º | 0.64% | 0.75% | - |
| HSV(B) | 276.59º | 0.35% | 0.91% | - |
| XYZ | 49.29 | 39.92 | 81.45 | - |
| YUV | 174.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 232 | 0.14 | 0.35 | 0 | 0.09 | 276.59 | 0.64 | 0.75 |
| Hex | C8 | 96 | E8 | E | 23 | 0 | 9 | 115 | 40 | 4B |
| Octal | 310 | 226 | 350 | 16 | 43 | 0 | 11 | 425 | 100 | 113 |
| Binary | 11001000 | 10010110 | 11101000 | 1110 | 100011 | 0 | 1001 | 100010101 | 1000000 | 1001011 |
Color Harmonies of #C896E8
Complementary color
Monochromatic Colors of #C896E8
Black with #C896E8
Text Example
Text Example
White with #C896E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896E8; }
p { color: rgb(200,150,232); }
H1.HeaderClassName
{
color: #C896E8;
}
.AnyTagClassName
{
color: #C896E8;
}
</style>
background-color css
<style>
a { background-color: #C896E8; }
a { background-color: rgb(200,150,232); }
div.DivClassName
{
background-color: #C896E8;
}
.BgClassName
{
background-color: #C896E8;
}
</style>
border-color css
<style>
span { border-color: #C896E8; }
span { border-color: rgb(200,150,232); }
td.TdClassName
{
border-color: #C896E8;
}
.TagClassName
{
border-color: #C896E8;
}
</style>