Shades of Wisteria #C884E3
Tints of Wisteria #C884E3
RGB
CMYK
RGB Variations
Color information
#C884E3 (or 0xC884E3) is known color: Wisteria. HEX triplet: C8, 84 and E3. RGB value is (200,132,227). Sum of RGB (Red+Green+Blue) = 200+132+227=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #C884E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884E3 is #377B1C. Grayscale: #A2A2A2. Windows color (decimal): -3635997 or 14910664. OLE color: 14910664.
HSL color Cylindrical-coordinate representation of color #C884E3: hue angle of 282.95º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C884E3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 132 | 227 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.11 |
| HSL | 282.95º | 0.63% | 0.7% | - |
| HSV(B) | 282.95º | 0.42% | 0.89% | - |
| XYZ | 45.94 | 34.33 | 76.88 | - |
| YUV | 163.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 227 | 0.12 | 0.42 | 0 | 0.11 | 282.95 | 0.63 | 0.7 |
| Hex | C8 | 84 | E3 | C | 2A | 0 | B | 11B | 3F | 46 |
| Octal | 310 | 204 | 343 | 14 | 52 | 0 | 13 | 433 | 77 | 106 |
| Binary | 11001000 | 10000100 | 11100011 | 1100 | 101010 | 0 | 1011 | 100011011 | 111111 | 1000110 |
Color Harmonies of #C884E3
Complementary color
Monochromatic Colors of #C884E3
Black with #C884E3
Text Example
Text Example
White with #C884E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884E3; }
p { color: rgb(200,132,227); }
H1.HeaderClassName
{
color: #C884E3;
}
.AnyTagClassName
{
color: #C884E3;
}
</style>
background-color css
<style>
a { background-color: #C884E3; }
a { background-color: rgb(200,132,227); }
div.DivClassName
{
background-color: #C884E3;
}
.BgClassName
{
background-color: #C884E3;
}
</style>
border-color css
<style>
span { border-color: #C884E3; }
span { border-color: rgb(200,132,227); }
td.TdClassName
{
border-color: #C884E3;
}
.TagClassName
{
border-color: #C884E3;
}
</style>