Shades of Wisteria #C88EED
Tints of Wisteria #C88EED
RGB
CMYK
RGB Variations
Color information
#C88EED (or 0xC88EED) is known color: Wisteria. HEX triplet: C8, 8E and ED. RGB value is (200,142,237). Sum of RGB (Red+Green+Blue) = 200+142+237=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C88EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EED is #377112. Grayscale: #A9A9A9. Windows color (decimal): -3633427 or 15568584. OLE color: 15568584.
HSL color Cylindrical-coordinate representation of color #C88EED: hue angle of 276.63º degrees, saturation: 0.73, 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 #C88EED is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 142 | 237 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.07 |
| HSL | 276.63º | 0.73% | 0.74% | - |
| HSV(B) | 276.63º | 0.4% | 0.93% | - |
| XYZ | 48.78 | 37.74 | 84.83 | - |
| YUV | 170.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 237 | 0.16 | 0.40 | 0 | 0.07 | 276.63 | 0.73 | 0.74 |
| Hex | C8 | 8E | ED | 10 | 28 | 0 | 7 | 115 | 49 | 4A |
| Octal | 310 | 216 | 355 | 20 | 50 | 0 | 7 | 425 | 111 | 112 |
| Binary | 11001000 | 10001110 | 11101101 | 10000 | 101000 | 0 | 111 | 100010101 | 1001001 | 1001010 |
Color Harmonies of #C88EED
Complementary color
Monochromatic Colors of #C88EED
Black with #C88EED
Text Example
Text Example
White with #C88EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EED; }
p { color: rgb(200,142,237); }
H1.HeaderClassName
{
color: #C88EED;
}
.AnyTagClassName
{
color: #C88EED;
}
</style>
background-color css
<style>
a { background-color: #C88EED; }
a { background-color: rgb(200,142,237); }
div.DivClassName
{
background-color: #C88EED;
}
.BgClassName
{
background-color: #C88EED;
}
</style>
border-color css
<style>
span { border-color: #C88EED; }
span { border-color: rgb(200,142,237); }
td.TdClassName
{
border-color: #C88EED;
}
.TagClassName
{
border-color: #C88EED;
}
</style>