Shades of Wisteria #C88EEC
Tints of Wisteria #C88EEC
RGB
CMYK
RGB Variations
Color information
#C88EEC (or 0xC88EEC) is known color: Wisteria. HEX triplet: C8, 8E and EC. RGB value is (200,142,236). Sum of RGB (Red+Green+Blue) = 200+142+236=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C88EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EEC is #377113. Grayscale: #A9A9A9. Windows color (decimal): -3633428 or 15503048. OLE color: 15503048.
HSL color Cylindrical-coordinate representation of color #C88EEC: hue angle of 277.02º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88EEC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 142 | 236 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.07 |
| HSL | 277.02º | 0.71% | 0.74% | - |
| HSV(B) | 277.02º | 0.4% | 0.93% | - |
| XYZ | 48.63 | 37.68 | 84.07 | - |
| YUV | 170.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 236 | 0.15 | 0.40 | 0 | 0.07 | 277.02 | 0.71 | 0.74 |
| Hex | C8 | 8E | EC | F | 28 | 0 | 7 | 115 | 47 | 4A |
| Octal | 310 | 216 | 354 | 17 | 50 | 0 | 7 | 425 | 107 | 112 |
| Binary | 11001000 | 10001110 | 11101100 | 1111 | 101000 | 0 | 111 | 100010101 | 1000111 | 1001010 |
Color Harmonies of #C88EEC
Complementary color
Monochromatic Colors of #C88EEC
Black with #C88EEC
Text Example
Text Example
White with #C88EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EEC; }
p { color: rgb(200,142,236); }
H1.HeaderClassName
{
color: #C88EEC;
}
.AnyTagClassName
{
color: #C88EEC;
}
</style>
background-color css
<style>
a { background-color: #C88EEC; }
a { background-color: rgb(200,142,236); }
div.DivClassName
{
background-color: #C88EEC;
}
.BgClassName
{
background-color: #C88EEC;
}
</style>
border-color css
<style>
span { border-color: #C88EEC; }
span { border-color: rgb(200,142,236); }
td.TdClassName
{
border-color: #C88EEC;
}
.TagClassName
{
border-color: #C88EEC;
}
</style>