Shades of Wisteria #C882DF
Tints of Wisteria #C882DF
RGB
CMYK
RGB Variations
Color information
#C882DF (or 0xC882DF) is known color: Wisteria. HEX triplet: C8, 82 and DF. RGB value is (200,130,223). Sum of RGB (Red+Green+Blue) = 200+130+223=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C882DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DF is #377D20. Grayscale: #A1A1A1. Windows color (decimal): -3636513 or 14648008. OLE color: 14648008.
HSL color Cylindrical-coordinate representation of color #C882DF: hue angle of 285.16º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C882DF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 130 | 223 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.13 |
| HSL | 285.16º | 0.59% | 0.69% | - |
| HSV(B) | 285.16º | 0.42% | 0.87% | - |
| XYZ | 45.12 | 33.57 | 73.91 | - |
| YUV | 161.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 223 | 0.10 | 0.42 | 0 | 0.13 | 285.16 | 0.59 | 0.69 |
| Hex | C8 | 82 | DF | A | 2A | 0 | D | 11D | 3B | 45 |
| Octal | 310 | 202 | 337 | 12 | 52 | 0 | 15 | 435 | 73 | 105 |
| Binary | 11001000 | 10000010 | 11011111 | 1010 | 101010 | 0 | 1101 | 100011101 | 111011 | 1000101 |
Color Harmonies of #C882DF
Complementary color
Monochromatic Colors of #C882DF
Black with #C882DF
Text Example
Text Example
White with #C882DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882DF; }
p { color: rgb(200,130,223); }
H1.HeaderClassName
{
color: #C882DF;
}
.AnyTagClassName
{
color: #C882DF;
}
</style>
background-color css
<style>
a { background-color: #C882DF; }
a { background-color: rgb(200,130,223); }
div.DivClassName
{
background-color: #C882DF;
}
.BgClassName
{
background-color: #C882DF;
}
</style>
border-color css
<style>
span { border-color: #C882DF; }
span { border-color: rgb(200,130,223); }
td.TdClassName
{
border-color: #C882DF;
}
.TagClassName
{
border-color: #C882DF;
}
</style>