Shades of Wisteria #C882E4
Tints of Wisteria #C882E4
RGB
CMYK
RGB Variations
Color information
#C882E4 (or 0xC882E4) is known color: Wisteria. HEX triplet: C8, 82 and E4. RGB value is (200,130,228). Sum of RGB (Red+Green+Blue) = 200+130+228=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #C882E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882E4 is #377D1B. Grayscale: #A1A1A1. Windows color (decimal): -3636508 or 14975688. OLE color: 14975688.
HSL color Cylindrical-coordinate representation of color #C882E4: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C882E4 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 130 | 228 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.11 |
| HSL | 282.86º | 0.64% | 0.7% | - |
| HSV(B) | 282.86º | 0.43% | 0.89% | - |
| XYZ | 45.81 | 33.85 | 77.52 | - |
| YUV | 162.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 228 | 0.12 | 0.43 | 0 | 0.11 | 282.86 | 0.64 | 0.7 |
| Hex | C8 | 82 | E4 | C | 2B | 0 | B | 11B | 40 | 46 |
| Octal | 310 | 202 | 344 | 14 | 53 | 0 | 13 | 433 | 100 | 106 |
| Binary | 11001000 | 10000010 | 11100100 | 1100 | 101011 | 0 | 1011 | 100011011 | 1000000 | 1000110 |
Color Harmonies of #C882E4
Complementary color
Monochromatic Colors of #C882E4
Black with #C882E4
Text Example
Text Example
White with #C882E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882E4; }
p { color: rgb(200,130,228); }
H1.HeaderClassName
{
color: #C882E4;
}
.AnyTagClassName
{
color: #C882E4;
}
</style>
background-color css
<style>
a { background-color: #C882E4; }
a { background-color: rgb(200,130,228); }
div.DivClassName
{
background-color: #C882E4;
}
.BgClassName
{
background-color: #C882E4;
}
</style>
border-color css
<style>
span { border-color: #C882E4; }
span { border-color: rgb(200,130,228); }
td.TdClassName
{
border-color: #C882E4;
}
.TagClassName
{
border-color: #C882E4;
}
</style>