Shades of Wisteria #C882DC
Tints of Wisteria #C882DC
RGB
CMYK
RGB Variations
Color information
#C882DC (or 0xC882DC) is known color: Wisteria. HEX triplet: C8, 82 and DC. RGB value is (200,130,220). Sum of RGB (Red+Green+Blue) = 200+130+220=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C882DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DC is #377D23. Grayscale: #A0A0A0. Windows color (decimal): -3636516 or 14451400. OLE color: 14451400.
HSL color Cylindrical-coordinate representation of color #C882DC: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C882DC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 130 | 220 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.14 |
| HSL | 286.67º | 0.56% | 0.69% | - |
| HSV(B) | 286.67º | 0.41% | 0.86% | - |
| XYZ | 44.72 | 33.41 | 71.8 | - |
| YUV | 161.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 220 | 0.09 | 0.41 | 0 | 0.14 | 286.67 | 0.56 | 0.69 |
| Hex | C8 | 82 | DC | 9 | 29 | 0 | E | 11F | 38 | 45 |
| Octal | 310 | 202 | 334 | 11 | 51 | 0 | 16 | 437 | 70 | 105 |
| Binary | 11001000 | 10000010 | 11011100 | 1001 | 101001 | 0 | 1110 | 100011111 | 111000 | 1000101 |
Color Harmonies of #C882DC
Complementary color
Monochromatic Colors of #C882DC
Black with #C882DC
Text Example
Text Example
White with #C882DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882DC; }
p { color: rgb(200,130,220); }
H1.HeaderClassName
{
color: #C882DC;
}
.AnyTagClassName
{
color: #C882DC;
}
</style>
background-color css
<style>
a { background-color: #C882DC; }
a { background-color: rgb(200,130,220); }
div.DivClassName
{
background-color: #C882DC;
}
.BgClassName
{
background-color: #C882DC;
}
</style>
border-color css
<style>
span { border-color: #C882DC; }
span { border-color: rgb(200,130,220); }
td.TdClassName
{
border-color: #C882DC;
}
.TagClassName
{
border-color: #C882DC;
}
</style>