Shades of Wisteria #C891E2
Tints of Wisteria #C891E2
RGB
CMYK
RGB Variations
Color information
#C891E2 (or 0xC891E2) is known color: Wisteria. HEX triplet: C8, 91 and E2. RGB value is (200,145,226). Sum of RGB (Red+Green+Blue) = 200+145+226=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #C891E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891E2 is #376E1D. Grayscale: #AAAAAA. Windows color (decimal): -3632670 or 14848456. OLE color: 14848456.
HSL color Cylindrical-coordinate representation of color #C891E2: hue angle of 280.74º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C891E2 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 145 | 226 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.11 |
| HSL | 280.74º | 0.58% | 0.73% | - |
| HSV(B) | 280.74º | 0.36% | 0.89% | - |
| XYZ | 47.67 | 38.02 | 76.78 | - |
| YUV | 170.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 226 | 0.12 | 0.36 | 0 | 0.11 | 280.74 | 0.58 | 0.73 |
| Hex | C8 | 91 | E2 | C | 24 | 0 | B | 119 | 3A | 49 |
| Octal | 310 | 221 | 342 | 14 | 44 | 0 | 13 | 431 | 72 | 111 |
| Binary | 11001000 | 10010001 | 11100010 | 1100 | 100100 | 0 | 1011 | 100011001 | 111010 | 1001001 |
Color Harmonies of #C891E2
Complementary color
Monochromatic Colors of #C891E2
Black with #C891E2
Text Example
Text Example
White with #C891E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891E2; }
p { color: rgb(200,145,226); }
H1.HeaderClassName
{
color: #C891E2;
}
.AnyTagClassName
{
color: #C891E2;
}
</style>
background-color css
<style>
a { background-color: #C891E2; }
a { background-color: rgb(200,145,226); }
div.DivClassName
{
background-color: #C891E2;
}
.BgClassName
{
background-color: #C891E2;
}
</style>
border-color css
<style>
span { border-color: #C891E2; }
span { border-color: rgb(200,145,226); }
td.TdClassName
{
border-color: #C891E2;
}
.TagClassName
{
border-color: #C891E2;
}
</style>