Shades of Wisteria #C891E5
Tints of Wisteria #C891E5
RGB
CMYK
RGB Variations
Color information
#C891E5 (or 0xC891E5) is known color: Wisteria. HEX triplet: C8, 91 and E5. RGB value is (200,145,229). Sum of RGB (Red+Green+Blue) = 200+145+229=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #C891E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891E5 is #376E1A. Grayscale: #AAAAAA. Windows color (decimal): -3632667 or 15045064. OLE color: 15045064.
HSL color Cylindrical-coordinate representation of color #C891E5: hue angle of 279.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C891E5 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 145 | 229 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.10 |
| HSL | 279.29º | 0.62% | 0.73% | - |
| HSV(B) | 279.29º | 0.37% | 0.9% | - |
| XYZ | 48.09 | 38.19 | 78.97 | - |
| YUV | 171.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 229 | 0.13 | 0.37 | 0 | 0.10 | 279.29 | 0.62 | 0.73 |
| Hex | C8 | 91 | E5 | D | 25 | 0 | A | 117 | 3E | 49 |
| Octal | 310 | 221 | 345 | 15 | 45 | 0 | 12 | 427 | 76 | 111 |
| Binary | 11001000 | 10010001 | 11100101 | 1101 | 100101 | 0 | 1010 | 100010111 | 111110 | 1001001 |
Color Harmonies of #C891E5
Complementary color
Monochromatic Colors of #C891E5
Black with #C891E5
Text Example
Text Example
White with #C891E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891E5; }
p { color: rgb(200,145,229); }
H1.HeaderClassName
{
color: #C891E5;
}
.AnyTagClassName
{
color: #C891E5;
}
</style>
background-color css
<style>
a { background-color: #C891E5; }
a { background-color: rgb(200,145,229); }
div.DivClassName
{
background-color: #C891E5;
}
.BgClassName
{
background-color: #C891E5;
}
</style>
border-color css
<style>
span { border-color: #C891E5; }
span { border-color: rgb(200,145,229); }
td.TdClassName
{
border-color: #C891E5;
}
.TagClassName
{
border-color: #C891E5;
}
</style>