Shades of Wisteria #C895EC
Tints of Wisteria #C895EC
RGB
CMYK
RGB Variations
Color information
#C895EC (or 0xC895EC) is known color: Wisteria. HEX triplet: C8, 95 and EC. RGB value is (200,149,236). Sum of RGB (Red+Green+Blue) = 200+149+236=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #C895EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895EC is #376A13. Grayscale: #ADADAD. Windows color (decimal): -3631636 or 15504840. OLE color: 15504840.
HSL color Cylindrical-coordinate representation of color #C895EC: hue angle of 275.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C895EC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 149 | 236 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.07 |
| HSL | 275.17º | 0.7% | 0.75% | - |
| HSV(B) | 275.17º | 0.37% | 0.93% | - |
| XYZ | 49.71 | 39.83 | 84.43 | - |
| YUV | 174.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 236 | 0.15 | 0.37 | 0 | 0.07 | 275.17 | 0.7 | 0.75 |
| Hex | C8 | 95 | EC | F | 25 | 0 | 7 | 113 | 46 | 4B |
| Octal | 310 | 225 | 354 | 17 | 45 | 0 | 7 | 423 | 106 | 113 |
| Binary | 11001000 | 10010101 | 11101100 | 1111 | 100101 | 0 | 111 | 100010011 | 1000110 | 1001011 |
Color Harmonies of #C895EC
Complementary color
Monochromatic Colors of #C895EC
Black with #C895EC
Text Example
Text Example
White with #C895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895EC; }
p { color: rgb(200,149,236); }
H1.HeaderClassName
{
color: #C895EC;
}
.AnyTagClassName
{
color: #C895EC;
}
</style>
background-color css
<style>
a { background-color: #C895EC; }
a { background-color: rgb(200,149,236); }
div.DivClassName
{
background-color: #C895EC;
}
.BgClassName
{
background-color: #C895EC;
}
</style>
border-color css
<style>
span { border-color: #C895EC; }
span { border-color: rgb(200,149,236); }
td.TdClassName
{
border-color: #C895EC;
}
.TagClassName
{
border-color: #C895EC;
}
</style>