Shades of Wisteria #C888EB
Tints of Wisteria #C888EB
RGB
CMYK
RGB Variations
Color information
#C888EB (or 0xC888EB) is known color: Wisteria. HEX triplet: C8, 88 and EB. RGB value is (200,136,235). Sum of RGB (Red+Green+Blue) = 200+136+235=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C888EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888EB is #377714. Grayscale: #A6A6A6. Windows color (decimal): -3634965 or 15435976. OLE color: 15435976.
HSL color Cylindrical-coordinate representation of color #C888EB: hue angle of 278.79º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C888EB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 136 | 235 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.08 |
| HSL | 278.79º | 0.71% | 0.73% | - |
| HSV(B) | 278.79º | 0.42% | 0.92% | - |
| XYZ | 47.62 | 35.89 | 83.01 | - |
| YUV | 166.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 235 | 0.15 | 0.42 | 0 | 0.08 | 278.79 | 0.71 | 0.73 |
| Hex | C8 | 88 | EB | F | 2A | 0 | 8 | 117 | 47 | 49 |
| Octal | 310 | 210 | 353 | 17 | 52 | 0 | 10 | 427 | 107 | 111 |
| Binary | 11001000 | 10001000 | 11101011 | 1111 | 101010 | 0 | 1000 | 100010111 | 1000111 | 1001001 |
Color Harmonies of #C888EB
Complementary color
Monochromatic Colors of #C888EB
Black with #C888EB
Text Example
Text Example
White with #C888EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888EB; }
p { color: rgb(200,136,235); }
H1.HeaderClassName
{
color: #C888EB;
}
.AnyTagClassName
{
color: #C888EB;
}
</style>
background-color css
<style>
a { background-color: #C888EB; }
a { background-color: rgb(200,136,235); }
div.DivClassName
{
background-color: #C888EB;
}
.BgClassName
{
background-color: #C888EB;
}
</style>
border-color css
<style>
span { border-color: #C888EB; }
span { border-color: rgb(200,136,235); }
td.TdClassName
{
border-color: #C888EB;
}
.TagClassName
{
border-color: #C888EB;
}
</style>