Shades of Wisteria #C88ED8
Tints of Wisteria #C88ED8
RGB
CMYK
RGB Variations
Color information
#C88ED8 (or 0xC88ED8) is known color: Wisteria. HEX triplet: C8, 8E and D8. RGB value is (200,142,216). Sum of RGB (Red+Green+Blue) = 200+142+216=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C88ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ED8 is #377127. Grayscale: #A7A7A7. Windows color (decimal): -3633448 or 14192328. OLE color: 14192328.
HSL color Cylindrical-coordinate representation of color #C88ED8: hue angle of 287.03º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88ED8 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 142 | 216 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.15 |
| HSL | 287.03º | 0.49% | 0.7% | - |
| HSV(B) | 287.03º | 0.34% | 0.85% | - |
| XYZ | 45.89 | 36.58 | 69.61 | - |
| YUV | 167.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 216 | 0.07 | 0.34 | 0 | 0.15 | 287.03 | 0.49 | 0.7 |
| Hex | C8 | 8E | D8 | 7 | 22 | 0 | F | 11F | 31 | 46 |
| Octal | 310 | 216 | 330 | 7 | 42 | 0 | 17 | 437 | 61 | 106 |
| Binary | 11001000 | 10001110 | 11011000 | 111 | 100010 | 0 | 1111 | 100011111 | 110001 | 1000110 |
Color Harmonies of #C88ED8
Complementary color
Monochromatic Colors of #C88ED8
Black with #C88ED8
Text Example
Text Example
White with #C88ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88ED8; }
p { color: rgb(200,142,216); }
H1.HeaderClassName
{
color: #C88ED8;
}
.AnyTagClassName
{
color: #C88ED8;
}
</style>
background-color css
<style>
a { background-color: #C88ED8; }
a { background-color: rgb(200,142,216); }
div.DivClassName
{
background-color: #C88ED8;
}
.BgClassName
{
background-color: #C88ED8;
}
</style>
border-color css
<style>
span { border-color: #C88ED8; }
span { border-color: rgb(200,142,216); }
td.TdClassName
{
border-color: #C88ED8;
}
.TagClassName
{
border-color: #C88ED8;
}
</style>