Shades of Wisteria #C883DF
Tints of Wisteria #C883DF
RGB
CMYK
RGB Variations
Color information
#C883DF (or 0xC883DF) is known color: Wisteria. HEX triplet: C8, 83 and DF. RGB value is (200,131,223). Sum of RGB (Red+Green+Blue) = 200+131+223=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C883DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DF is #377C20. Grayscale: #A1A1A1. Windows color (decimal): -3636257 or 14648264. OLE color: 14648264.
HSL color Cylindrical-coordinate representation of color #C883DF: hue angle of 285º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C883DF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 131 | 223 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 285º | 0.59% | 0.69% | - |
| HSV(B) | 285º | 0.41% | 0.87% | - |
| XYZ | 45.26 | 33.84 | 73.96 | - |
| YUV | 162.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 223 | 0.10 | 0.41 | 0 | 0.13 | 285 | 0.59 | 0.69 |
| Hex | C8 | 83 | DF | A | 29 | 0 | D | 11D | 3B | 45 |
| Octal | 310 | 203 | 337 | 12 | 51 | 0 | 15 | 435 | 73 | 105 |
| Binary | 11001000 | 10000011 | 11011111 | 1010 | 101001 | 0 | 1101 | 100011101 | 111011 | 1000101 |
Color Harmonies of #C883DF
Complementary color
Monochromatic Colors of #C883DF
Black with #C883DF
Text Example
Text Example
White with #C883DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883DF; }
p { color: rgb(200,131,223); }
H1.HeaderClassName
{
color: #C883DF;
}
.AnyTagClassName
{
color: #C883DF;
}
</style>
background-color css
<style>
a { background-color: #C883DF; }
a { background-color: rgb(200,131,223); }
div.DivClassName
{
background-color: #C883DF;
}
.BgClassName
{
background-color: #C883DF;
}
</style>
border-color css
<style>
span { border-color: #C883DF; }
span { border-color: rgb(200,131,223); }
td.TdClassName
{
border-color: #C883DF;
}
.TagClassName
{
border-color: #C883DF;
}
</style>