Shades of Wisteria #C881E0
Tints of Wisteria #C881E0
RGB
CMYK
RGB Variations
Color information
#C881E0 (or 0xC881E0) is known color: Wisteria. HEX triplet: C8, 81 and E0. RGB value is (200,129,224). Sum of RGB (Red+Green+Blue) = 200+129+224=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #C881E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881E0 is #377E1F. Grayscale: #A0A0A0. Windows color (decimal): -3636768 or 14713288. OLE color: 14713288.
HSL color Cylindrical-coordinate representation of color #C881E0: hue angle of 284.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C881E0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 129 | 224 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.12 |
| HSL | 284.84º | 0.61% | 0.69% | - |
| HSV(B) | 284.84º | 0.42% | 0.88% | - |
| XYZ | 45.12 | 33.36 | 74.58 | - |
| YUV | 161.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 224 | 0.11 | 0.42 | 0 | 0.12 | 284.84 | 0.61 | 0.69 |
| Hex | C8 | 81 | E0 | B | 2A | 0 | C | 11D | 3D | 45 |
| Octal | 310 | 201 | 340 | 13 | 52 | 0 | 14 | 435 | 75 | 105 |
| Binary | 11001000 | 10000001 | 11100000 | 1011 | 101010 | 0 | 1100 | 100011101 | 111101 | 1000101 |
Color Harmonies of #C881E0
Complementary color
Monochromatic Colors of #C881E0
Black with #C881E0
Text Example
Text Example
White with #C881E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881E0; }
p { color: rgb(200,129,224); }
H1.HeaderClassName
{
color: #C881E0;
}
.AnyTagClassName
{
color: #C881E0;
}
</style>
background-color css
<style>
a { background-color: #C881E0; }
a { background-color: rgb(200,129,224); }
div.DivClassName
{
background-color: #C881E0;
}
.BgClassName
{
background-color: #C881E0;
}
</style>
border-color css
<style>
span { border-color: #C881E0; }
span { border-color: rgb(200,129,224); }
td.TdClassName
{
border-color: #C881E0;
}
.TagClassName
{
border-color: #C881E0;
}
</style>