Shades of Wisteria #C88ED5
Tints of Wisteria #C88ED5
RGB
CMYK
RGB Variations
Color information
#C88ED5 (or 0xC88ED5) is known color: Wisteria. HEX triplet: C8, 8E and D5. RGB value is (200,142,213). Sum of RGB (Red+Green+Blue) = 200+142+213=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #C88ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ED5 is #37712A. Grayscale: #A7A7A7. Windows color (decimal): -3633451 or 13995720. OLE color: 13995720.
HSL color Cylindrical-coordinate representation of color #C88ED5: hue angle of 289.01º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88ED5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 142 | 213 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.16 |
| HSL | 289.01º | 0.46% | 0.7% | - |
| HSV(B) | 289.01º | 0.33% | 0.84% | - |
| XYZ | 45.5 | 36.43 | 67.58 | - |
| YUV | 167.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 213 | 0.06 | 0.33 | 0 | 0.16 | 289.01 | 0.46 | 0.7 |
| Hex | C8 | 8E | D5 | 6 | 21 | 0 | 10 | 121 | 2E | 46 |
| Octal | 310 | 216 | 325 | 6 | 41 | 0 | 20 | 441 | 56 | 106 |
| Binary | 11001000 | 10001110 | 11010101 | 110 | 100001 | 0 | 10000 | 100100001 | 101110 | 1000110 |
Color Harmonies of #C88ED5
Complementary color
Monochromatic Colors of #C88ED5
Black with #C88ED5
Text Example
Text Example
White with #C88ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88ED5; }
p { color: rgb(200,142,213); }
H1.HeaderClassName
{
color: #C88ED5;
}
.AnyTagClassName
{
color: #C88ED5;
}
</style>
background-color css
<style>
a { background-color: #C88ED5; }
a { background-color: rgb(200,142,213); }
div.DivClassName
{
background-color: #C88ED5;
}
.BgClassName
{
background-color: #C88ED5;
}
</style>
border-color css
<style>
span { border-color: #C88ED5; }
span { border-color: rgb(200,142,213); }
td.TdClassName
{
border-color: #C88ED5;
}
.TagClassName
{
border-color: #C88ED5;
}
</style>