Shades of Wisteria #C880E4
Tints of Wisteria #C880E4
RGB
CMYK
RGB Variations
Color information
#C880E4 (or 0xC880E4) is known color: Wisteria. HEX triplet: C8, 80 and E4. RGB value is (200,128,228). Sum of RGB (Red+Green+Blue) = 200+128+228=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #C880E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880E4 is #377F1B. Grayscale: #A0A0A0. Windows color (decimal): -3637020 or 14975176. OLE color: 14975176.
HSL color Cylindrical-coordinate representation of color #C880E4: hue angle of 283.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C880E4 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 128 | 228 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.11 |
| HSL | 283.2º | 0.65% | 0.7% | - |
| HSV(B) | 283.2º | 0.44% | 0.89% | - |
| XYZ | 45.54 | 33.32 | 77.43 | - |
| YUV | 160.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 228 | 0.12 | 0.44 | 0 | 0.11 | 283.2 | 0.65 | 0.7 |
| Hex | C8 | 80 | E4 | C | 2C | 0 | B | 11B | 41 | 46 |
| Octal | 310 | 200 | 344 | 14 | 54 | 0 | 13 | 433 | 101 | 106 |
| Binary | 11001000 | 10000000 | 11100100 | 1100 | 101100 | 0 | 1011 | 100011011 | 1000001 | 1000110 |
Color Harmonies of #C880E4
Complementary color
Monochromatic Colors of #C880E4
Black with #C880E4
Text Example
Text Example
White with #C880E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880E4; }
p { color: rgb(200,128,228); }
H1.HeaderClassName
{
color: #C880E4;
}
.AnyTagClassName
{
color: #C880E4;
}
</style>
background-color css
<style>
a { background-color: #C880E4; }
a { background-color: rgb(200,128,228); }
div.DivClassName
{
background-color: #C880E4;
}
.BgClassName
{
background-color: #C880E4;
}
</style>
border-color css
<style>
span { border-color: #C880E4; }
span { border-color: rgb(200,128,228); }
td.TdClassName
{
border-color: #C880E4;
}
.TagClassName
{
border-color: #C880E4;
}
</style>