Shades of Wisteria #C88EE4
Tints of Wisteria #C88EE4
RGB
CMYK
RGB Variations
Color information
#C88EE4 (or 0xC88EE4) is known color: Wisteria. HEX triplet: C8, 8E and E4. RGB value is (200,142,228). Sum of RGB (Red+Green+Blue) = 200+142+228=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #C88EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EE4 is #37711B. Grayscale: #A8A8A8. Windows color (decimal): -3633436 or 14978760. OLE color: 14978760.
HSL color Cylindrical-coordinate representation of color #C88EE4: hue angle of 280.47º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88EE4 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 142 | 228 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.11 |
| HSL | 280.47º | 0.61% | 0.73% | - |
| HSV(B) | 280.47º | 0.38% | 0.89% | - |
| XYZ | 47.5 | 37.23 | 78.08 | - |
| YUV | 169.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 228 | 0.12 | 0.38 | 0 | 0.11 | 280.47 | 0.61 | 0.73 |
| Hex | C8 | 8E | E4 | C | 26 | 0 | B | 118 | 3D | 49 |
| Octal | 310 | 216 | 344 | 14 | 46 | 0 | 13 | 430 | 75 | 111 |
| Binary | 11001000 | 10001110 | 11100100 | 1100 | 100110 | 0 | 1011 | 100011000 | 111101 | 1001001 |
Color Harmonies of #C88EE4
Complementary color
Monochromatic Colors of #C88EE4
Black with #C88EE4
Text Example
Text Example
White with #C88EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EE4; }
p { color: rgb(200,142,228); }
H1.HeaderClassName
{
color: #C88EE4;
}
.AnyTagClassName
{
color: #C88EE4;
}
</style>
background-color css
<style>
a { background-color: #C88EE4; }
a { background-color: rgb(200,142,228); }
div.DivClassName
{
background-color: #C88EE4;
}
.BgClassName
{
background-color: #C88EE4;
}
</style>
border-color css
<style>
span { border-color: #C88EE4; }
span { border-color: rgb(200,142,228); }
td.TdClassName
{
border-color: #C88EE4;
}
.TagClassName
{
border-color: #C88EE4;
}
</style>