Shades of Wisteria #C882E7
Tints of Wisteria #C882E7
RGB
CMYK
RGB Variations
Color information
#C882E7 (or 0xC882E7) is known color: Wisteria. HEX triplet: C8, 82 and E7. RGB value is (200,130,231). Sum of RGB (Red+Green+Blue) = 200+130+231=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #C882E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882E7 is #377D18. Grayscale: #A2A2A2. Windows color (decimal): -3636505 or 15172296. OLE color: 15172296.
HSL color Cylindrical-coordinate representation of color #C882E7: hue angle of 281.58º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C882E7 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 130 | 231 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.09 |
| HSL | 281.58º | 0.68% | 0.71% | - |
| HSV(B) | 281.58º | 0.44% | 0.91% | - |
| XYZ | 46.23 | 34.01 | 79.73 | - |
| YUV | 162.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 231 | 0.13 | 0.44 | 0 | 0.09 | 281.58 | 0.68 | 0.71 |
| Hex | C8 | 82 | E7 | D | 2C | 0 | 9 | 11A | 44 | 47 |
| Octal | 310 | 202 | 347 | 15 | 54 | 0 | 11 | 432 | 104 | 107 |
| Binary | 11001000 | 10000010 | 11100111 | 1101 | 101100 | 0 | 1001 | 100011010 | 1000100 | 1000111 |
Color Harmonies of #C882E7
Complementary color
Monochromatic Colors of #C882E7
Black with #C882E7
Text Example
Text Example
White with #C882E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882E7; }
p { color: rgb(200,130,231); }
H1.HeaderClassName
{
color: #C882E7;
}
.AnyTagClassName
{
color: #C882E7;
}
</style>
background-color css
<style>
a { background-color: #C882E7; }
a { background-color: rgb(200,130,231); }
div.DivClassName
{
background-color: #C882E7;
}
.BgClassName
{
background-color: #C882E7;
}
</style>
border-color css
<style>
span { border-color: #C882E7; }
span { border-color: rgb(200,130,231); }
td.TdClassName
{
border-color: #C882E7;
}
.TagClassName
{
border-color: #C882E7;
}
</style>