Shades of Wisteria #C890E2
Tints of Wisteria #C890E2
RGB
CMYK
RGB Variations
Color information
#C890E2 (or 0xC890E2) is known color: Wisteria. HEX triplet: C8, 90 and E2. RGB value is (200,144,226). Sum of RGB (Red+Green+Blue) = 200+144+226=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C890E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890E2 is #376F1D. Grayscale: #A9A9A9. Windows color (decimal): -3632926 or 14848200. OLE color: 14848200.
HSL color Cylindrical-coordinate representation of color #C890E2: hue angle of 280.98º degrees, saturation: 0.59, 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 #C890E2 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 144 | 226 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.11 |
| HSL | 280.98º | 0.59% | 0.73% | - |
| HSV(B) | 280.98º | 0.36% | 0.89% | - |
| XYZ | 47.52 | 37.72 | 76.73 | - |
| YUV | 170.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 226 | 0.12 | 0.36 | 0 | 0.11 | 280.98 | 0.59 | 0.73 |
| Hex | C8 | 90 | E2 | C | 24 | 0 | B | 119 | 3B | 49 |
| Octal | 310 | 220 | 342 | 14 | 44 | 0 | 13 | 431 | 73 | 111 |
| Binary | 11001000 | 10010000 | 11100010 | 1100 | 100100 | 0 | 1011 | 100011001 | 111011 | 1001001 |
Color Harmonies of #C890E2
Complementary color
Monochromatic Colors of #C890E2
Black with #C890E2
Text Example
Text Example
White with #C890E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890E2; }
p { color: rgb(200,144,226); }
H1.HeaderClassName
{
color: #C890E2;
}
.AnyTagClassName
{
color: #C890E2;
}
</style>
background-color css
<style>
a { background-color: #C890E2; }
a { background-color: rgb(200,144,226); }
div.DivClassName
{
background-color: #C890E2;
}
.BgClassName
{
background-color: #C890E2;
}
</style>
border-color css
<style>
span { border-color: #C890E2; }
span { border-color: rgb(200,144,226); }
td.TdClassName
{
border-color: #C890E2;
}
.TagClassName
{
border-color: #C890E2;
}
</style>