Shades of Wisteria #C883E0
Tints of Wisteria #C883E0
RGB
CMYK
RGB Variations
Color information
#C883E0 (or 0xC883E0) is known color: Wisteria. HEX triplet: C8, 83 and E0. RGB value is (200,131,224). Sum of RGB (Red+Green+Blue) = 200+131+224=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #C883E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883E0 is #377C1F. Grayscale: #A1A1A1. Windows color (decimal): -3636256 or 14713800. OLE color: 14713800.
HSL color Cylindrical-coordinate representation of color #C883E0: hue angle of 284.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C883E0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 131 | 224 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.12 |
| HSL | 284.52º | 0.6% | 0.7% | - |
| HSV(B) | 284.52º | 0.42% | 0.88% | - |
| XYZ | 45.39 | 33.89 | 74.67 | - |
| YUV | 162.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 224 | 0.11 | 0.42 | 0 | 0.12 | 284.52 | 0.6 | 0.7 |
| Hex | C8 | 83 | E0 | B | 2A | 0 | C | 11D | 3C | 46 |
| Octal | 310 | 203 | 340 | 13 | 52 | 0 | 14 | 435 | 74 | 106 |
| Binary | 11001000 | 10000011 | 11100000 | 1011 | 101010 | 0 | 1100 | 100011101 | 111100 | 1000110 |
Color Harmonies of #C883E0
Complementary color
Monochromatic Colors of #C883E0
Black with #C883E0
Text Example
Text Example
White with #C883E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883E0; }
p { color: rgb(200,131,224); }
H1.HeaderClassName
{
color: #C883E0;
}
.AnyTagClassName
{
color: #C883E0;
}
</style>
background-color css
<style>
a { background-color: #C883E0; }
a { background-color: rgb(200,131,224); }
div.DivClassName
{
background-color: #C883E0;
}
.BgClassName
{
background-color: #C883E0;
}
</style>
border-color css
<style>
span { border-color: #C883E0; }
span { border-color: rgb(200,131,224); }
td.TdClassName
{
border-color: #C883E0;
}
.TagClassName
{
border-color: #C883E0;
}
</style>