Shades of Wisteria #C884E4
Tints of Wisteria #C884E4
RGB
CMYK
RGB Variations
Color information
#C884E4 (or 0xC884E4) is known color: Wisteria. HEX triplet: C8, 84 and E4. RGB value is (200,132,228). Sum of RGB (Red+Green+Blue) = 200+132+228=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C884E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884E4 is #377B1B. Grayscale: #A2A2A2. Windows color (decimal): -3635996 or 14976200. OLE color: 14976200.
HSL color Cylindrical-coordinate representation of color #C884E4: hue angle of 282.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C884E4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 132 | 228 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.11 |
| HSL | 282.5º | 0.64% | 0.71% | - |
| HSV(B) | 282.5º | 0.42% | 0.89% | - |
| XYZ | 46.07 | 34.38 | 77.61 | - |
| YUV | 163.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 228 | 0.12 | 0.42 | 0 | 0.11 | 282.5 | 0.64 | 0.71 |
| Hex | C8 | 84 | E4 | C | 2A | 0 | B | 11A | 40 | 47 |
| Octal | 310 | 204 | 344 | 14 | 52 | 0 | 13 | 432 | 100 | 107 |
| Binary | 11001000 | 10000100 | 11100100 | 1100 | 101010 | 0 | 1011 | 100011010 | 1000000 | 1000111 |
Color Harmonies of #C884E4
Complementary color
Monochromatic Colors of #C884E4
Black with #C884E4
Text Example
Text Example
White with #C884E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884E4; }
p { color: rgb(200,132,228); }
H1.HeaderClassName
{
color: #C884E4;
}
.AnyTagClassName
{
color: #C884E4;
}
</style>
background-color css
<style>
a { background-color: #C884E4; }
a { background-color: rgb(200,132,228); }
div.DivClassName
{
background-color: #C884E4;
}
.BgClassName
{
background-color: #C884E4;
}
</style>
border-color css
<style>
span { border-color: #C884E4; }
span { border-color: rgb(200,132,228); }
td.TdClassName
{
border-color: #C884E4;
}
.TagClassName
{
border-color: #C884E4;
}
</style>