Shades of Wisteria #C88EDF
Tints of Wisteria #C88EDF
RGB
CMYK
RGB Variations
Color information
#C88EDF (or 0xC88EDF) is known color: Wisteria. HEX triplet: C8, 8E and DF. RGB value is (200,142,223). Sum of RGB (Red+Green+Blue) = 200+142+223=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDF is #377120. Grayscale: #A8A8A8. Windows color (decimal): -3633441 or 14651080. OLE color: 14651080.
HSL color Cylindrical-coordinate representation of color #C88EDF: hue angle of 282.96º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88EDF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 142 | 223 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.13 |
| HSL | 282.96º | 0.56% | 0.72% | - |
| HSV(B) | 282.96º | 0.36% | 0.87% | - |
| XYZ | 46.81 | 36.95 | 74.48 | - |
| YUV | 168.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 223 | 0.10 | 0.36 | 0 | 0.13 | 282.96 | 0.56 | 0.72 |
| Hex | C8 | 8E | DF | A | 24 | 0 | D | 11B | 38 | 48 |
| Octal | 310 | 216 | 337 | 12 | 44 | 0 | 15 | 433 | 70 | 110 |
| Binary | 11001000 | 10001110 | 11011111 | 1010 | 100100 | 0 | 1101 | 100011011 | 111000 | 1001000 |
Color Harmonies of #C88EDF
Complementary color
Monochromatic Colors of #C88EDF
Black with #C88EDF
Text Example
Text Example
White with #C88EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EDF; }
p { color: rgb(200,142,223); }
H1.HeaderClassName
{
color: #C88EDF;
}
.AnyTagClassName
{
color: #C88EDF;
}
</style>
background-color css
<style>
a { background-color: #C88EDF; }
a { background-color: rgb(200,142,223); }
div.DivClassName
{
background-color: #C88EDF;
}
.BgClassName
{
background-color: #C88EDF;
}
</style>
border-color css
<style>
span { border-color: #C88EDF; }
span { border-color: rgb(200,142,223); }
td.TdClassName
{
border-color: #C88EDF;
}
.TagClassName
{
border-color: #C88EDF;
}
</style>