Shades of Wisteria #C894EC
Tints of Wisteria #C894EC
RGB
CMYK
RGB Variations
Color information
#C894EC (or 0xC894EC) is known color: Wisteria. HEX triplet: C8, 94 and EC. RGB value is (200,148,236). Sum of RGB (Red+Green+Blue) = 200+148+236=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #C894EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EC is #376B13. Grayscale: #ADADAD. Windows color (decimal): -3631892 or 15504584. OLE color: 15504584.
HSL color Cylindrical-coordinate representation of color #C894EC: hue angle of 275.45º 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 #C894EC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 148 | 236 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.07 |
| HSL | 275.45º | 0.7% | 0.75% | - |
| HSV(B) | 275.45º | 0.37% | 0.93% | - |
| XYZ | 49.55 | 39.52 | 84.37 | - |
| YUV | 173.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 236 | 0.15 | 0.37 | 0 | 0.07 | 275.45 | 0.7 | 0.75 |
| Hex | C8 | 94 | EC | F | 25 | 0 | 7 | 113 | 46 | 4B |
| Octal | 310 | 224 | 354 | 17 | 45 | 0 | 7 | 423 | 106 | 113 |
| Binary | 11001000 | 10010100 | 11101100 | 1111 | 100101 | 0 | 111 | 100010011 | 1000110 | 1001011 |
Color Harmonies of #C894EC
Complementary color
Monochromatic Colors of #C894EC
Black with #C894EC
Text Example
Text Example
White with #C894EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894EC; }
p { color: rgb(200,148,236); }
H1.HeaderClassName
{
color: #C894EC;
}
.AnyTagClassName
{
color: #C894EC;
}
</style>
background-color css
<style>
a { background-color: #C894EC; }
a { background-color: rgb(200,148,236); }
div.DivClassName
{
background-color: #C894EC;
}
.BgClassName
{
background-color: #C894EC;
}
</style>
border-color css
<style>
span { border-color: #C894EC; }
span { border-color: rgb(200,148,236); }
td.TdClassName
{
border-color: #C894EC;
}
.TagClassName
{
border-color: #C894EC;
}
</style>