Shades of Wisteria #C894E8
Tints of Wisteria #C894E8
RGB
CMYK
RGB Variations
Color information
#C894E8 (or 0xC894E8) is known color: Wisteria. HEX triplet: C8, 94 and E8. RGB value is (200,148,232). Sum of RGB (Red+Green+Blue) = 200+148+232=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #C894E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894E8 is #376B17. Grayscale: #ACACAC. Windows color (decimal): -3631896 or 15242440. OLE color: 15242440.
HSL color Cylindrical-coordinate representation of color #C894E8: hue angle of 277.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 #C894E8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 148 | 232 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.09 |
| HSL | 277.14º | 0.65% | 0.75% | - |
| HSV(B) | 277.14º | 0.36% | 0.91% | - |
| XYZ | 48.97 | 39.29 | 81.35 | - |
| YUV | 173.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 232 | 0.14 | 0.36 | 0 | 0.09 | 277.14 | 0.65 | 0.75 |
| Hex | C8 | 94 | E8 | E | 24 | 0 | 9 | 115 | 41 | 4B |
| Octal | 310 | 224 | 350 | 16 | 44 | 0 | 11 | 425 | 101 | 113 |
| Binary | 11001000 | 10010100 | 11101000 | 1110 | 100100 | 0 | 1001 | 100010101 | 1000001 | 1001011 |
Color Harmonies of #C894E8
Complementary color
Monochromatic Colors of #C894E8
Black with #C894E8
Text Example
Text Example
White with #C894E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894E8; }
p { color: rgb(200,148,232); }
H1.HeaderClassName
{
color: #C894E8;
}
.AnyTagClassName
{
color: #C894E8;
}
</style>
background-color css
<style>
a { background-color: #C894E8; }
a { background-color: rgb(200,148,232); }
div.DivClassName
{
background-color: #C894E8;
}
.BgClassName
{
background-color: #C894E8;
}
</style>
border-color css
<style>
span { border-color: #C894E8; }
span { border-color: rgb(200,148,232); }
td.TdClassName
{
border-color: #C894E8;
}
.TagClassName
{
border-color: #C894E8;
}
</style>