Shades of Wisteria #C896EA
Tints of Wisteria #C896EA
RGB
CMYK
RGB Variations
Color information
#C896EA (or 0xC896EA) is known color: Wisteria. HEX triplet: C8, 96 and EA. RGB value is (200,150,234). Sum of RGB (Red+Green+Blue) = 200+150+234=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C896EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896EA is #376915. Grayscale: #AEAEAE. Windows color (decimal): -3631382 or 15374024. OLE color: 15374024.
HSL color Cylindrical-coordinate representation of color #C896EA: hue angle of 275.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C896EA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 150 | 234 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.08 |
| HSL | 275.71º | 0.67% | 0.75% | - |
| HSV(B) | 275.71º | 0.36% | 0.92% | - |
| XYZ | 49.58 | 40.03 | 82.96 | - |
| YUV | 174.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 234 | 0.15 | 0.36 | 0 | 0.08 | 275.71 | 0.67 | 0.75 |
| Hex | C8 | 96 | EA | F | 24 | 0 | 8 | 114 | 43 | 4B |
| Octal | 310 | 226 | 352 | 17 | 44 | 0 | 10 | 424 | 103 | 113 |
| Binary | 11001000 | 10010110 | 11101010 | 1111 | 100100 | 0 | 1000 | 100010100 | 1000011 | 1001011 |
Color Harmonies of #C896EA
Complementary color
Monochromatic Colors of #C896EA
Black with #C896EA
Text Example
Text Example
White with #C896EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896EA; }
p { color: rgb(200,150,234); }
H1.HeaderClassName
{
color: #C896EA;
}
.AnyTagClassName
{
color: #C896EA;
}
</style>
background-color css
<style>
a { background-color: #C896EA; }
a { background-color: rgb(200,150,234); }
div.DivClassName
{
background-color: #C896EA;
}
.BgClassName
{
background-color: #C896EA;
}
</style>
border-color css
<style>
span { border-color: #C896EA; }
span { border-color: rgb(200,150,234); }
td.TdClassName
{
border-color: #C896EA;
}
.TagClassName
{
border-color: #C896EA;
}
</style>