Shades of Wisteria #C880E1
Tints of Wisteria #C880E1
RGB
CMYK
RGB Variations
Color information
#C880E1 (or 0xC880E1) is known color: Wisteria. HEX triplet: C8, 80 and E1. RGB value is (200,128,225). Sum of RGB (Red+Green+Blue) = 200+128+225=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #C880E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880E1 is #377F1E. Grayscale: #A0A0A0. Windows color (decimal): -3637023 or 14778568. OLE color: 14778568.
HSL color Cylindrical-coordinate representation of color #C880E1: hue angle of 284.54º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C880E1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 128 | 225 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.12 |
| HSL | 284.54º | 0.62% | 0.69% | - |
| HSV(B) | 284.54º | 0.43% | 0.88% | - |
| XYZ | 45.13 | 33.15 | 75.25 | - |
| YUV | 160.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 225 | 0.11 | 0.43 | 0 | 0.12 | 284.54 | 0.62 | 0.69 |
| Hex | C8 | 80 | E1 | B | 2B | 0 | C | 11D | 3E | 45 |
| Octal | 310 | 200 | 341 | 13 | 53 | 0 | 14 | 435 | 76 | 105 |
| Binary | 11001000 | 10000000 | 11100001 | 1011 | 101011 | 0 | 1100 | 100011101 | 111110 | 1000101 |
Color Harmonies of #C880E1
Complementary color
Monochromatic Colors of #C880E1
Black with #C880E1
Text Example
Text Example
White with #C880E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880E1; }
p { color: rgb(200,128,225); }
H1.HeaderClassName
{
color: #C880E1;
}
.AnyTagClassName
{
color: #C880E1;
}
</style>
background-color css
<style>
a { background-color: #C880E1; }
a { background-color: rgb(200,128,225); }
div.DivClassName
{
background-color: #C880E1;
}
.BgClassName
{
background-color: #C880E1;
}
</style>
border-color css
<style>
span { border-color: #C880E1; }
span { border-color: rgb(200,128,225); }
td.TdClassName
{
border-color: #C880E1;
}
.TagClassName
{
border-color: #C880E1;
}
</style>