Shades of Wisteria #C88DEC
Tints of Wisteria #C88DEC
RGB
CMYK
RGB Variations
Color information
#C88DEC (or 0xC88DEC) is known color: Wisteria. HEX triplet: C8, 8D and EC. RGB value is (200,141,236). Sum of RGB (Red+Green+Blue) = 200+141+236=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C88DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DEC is #377213. Grayscale: #A9A9A9. Windows color (decimal): -3633684 or 15502792. OLE color: 15502792.
HSL color Cylindrical-coordinate representation of color #C88DEC: hue angle of 277.26º 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 #C88DEC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 141 | 236 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.07 |
| HSL | 277.26º | 0.71% | 0.74% | - |
| HSV(B) | 277.26º | 0.4% | 0.93% | - |
| XYZ | 48.48 | 37.39 | 84.02 | - |
| YUV | 169.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 236 | 0.15 | 0.40 | 0 | 0.07 | 277.26 | 0.71 | 0.74 |
| Hex | C8 | 8D | EC | F | 28 | 0 | 7 | 115 | 47 | 4A |
| Octal | 310 | 215 | 354 | 17 | 50 | 0 | 7 | 425 | 107 | 112 |
| Binary | 11001000 | 10001101 | 11101100 | 1111 | 101000 | 0 | 111 | 100010101 | 1000111 | 1001010 |
Color Harmonies of #C88DEC
Complementary color
Monochromatic Colors of #C88DEC
Black with #C88DEC
Text Example
Text Example
White with #C88DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DEC; }
p { color: rgb(200,141,236); }
H1.HeaderClassName
{
color: #C88DEC;
}
.AnyTagClassName
{
color: #C88DEC;
}
</style>
background-color css
<style>
a { background-color: #C88DEC; }
a { background-color: rgb(200,141,236); }
div.DivClassName
{
background-color: #C88DEC;
}
.BgClassName
{
background-color: #C88DEC;
}
</style>
border-color css
<style>
span { border-color: #C88DEC; }
span { border-color: rgb(200,141,236); }
td.TdClassName
{
border-color: #C88DEC;
}
.TagClassName
{
border-color: #C88DEC;
}
</style>