Shades of Wisteria #C88DE6
Tints of Wisteria #C88DE6
RGB
CMYK
RGB Variations
Color information
#C88DE6 (or 0xC88DE6) is known color: Wisteria. HEX triplet: C8, 8D and E6. RGB value is (200,141,230). Sum of RGB (Red+Green+Blue) = 200+141+230=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #C88DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DE6 is #377219. Grayscale: #A8A8A8. Windows color (decimal): -3633690 or 15109576. OLE color: 15109576.
HSL color Cylindrical-coordinate representation of color #C88DE6: hue angle of 279.78º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88DE6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 141 | 230 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.10 |
| HSL | 279.78º | 0.64% | 0.73% | - |
| HSV(B) | 279.78º | 0.39% | 0.9% | - |
| XYZ | 47.63 | 37.04 | 79.5 | - |
| YUV | 168.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 230 | 0.13 | 0.39 | 0 | 0.10 | 279.78 | 0.64 | 0.73 |
| Hex | C8 | 8D | E6 | D | 27 | 0 | A | 118 | 40 | 49 |
| Octal | 310 | 215 | 346 | 15 | 47 | 0 | 12 | 430 | 100 | 111 |
| Binary | 11001000 | 10001101 | 11100110 | 1101 | 100111 | 0 | 1010 | 100011000 | 1000000 | 1001001 |
Color Harmonies of #C88DE6
Complementary color
Monochromatic Colors of #C88DE6
Black with #C88DE6
Text Example
Text Example
White with #C88DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DE6; }
p { color: rgb(200,141,230); }
H1.HeaderClassName
{
color: #C88DE6;
}
.AnyTagClassName
{
color: #C88DE6;
}
</style>
background-color css
<style>
a { background-color: #C88DE6; }
a { background-color: rgb(200,141,230); }
div.DivClassName
{
background-color: #C88DE6;
}
.BgClassName
{
background-color: #C88DE6;
}
</style>
border-color css
<style>
span { border-color: #C88DE6; }
span { border-color: rgb(200,141,230); }
td.TdClassName
{
border-color: #C88DE6;
}
.TagClassName
{
border-color: #C88DE6;
}
</style>