Shades of Wisteria #C88EEE
Tints of Wisteria #C88EEE
RGB
CMYK
RGB Variations
Color information
#C88EEE (or 0xC88EEE) is known color: Wisteria. HEX triplet: C8, 8E and EE. RGB value is (200,142,238). Sum of RGB (Red+Green+Blue) = 200+142+238=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EEE is #377111. Grayscale: #A9A9A9. Windows color (decimal): -3633426 or 15634120. OLE color: 15634120.
HSL color Cylindrical-coordinate representation of color #C88EEE: hue angle of 276.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88EEE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 142 | 238 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.07 |
| HSL | 276.25º | 0.74% | 0.75% | - |
| HSV(B) | 276.25º | 0.4% | 0.93% | - |
| XYZ | 48.93 | 37.8 | 85.61 | - |
| YUV | 170.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 238 | 0.16 | 0.40 | 0 | 0.07 | 276.25 | 0.74 | 0.75 |
| Hex | C8 | 8E | EE | 10 | 28 | 0 | 7 | 114 | 4A | 4B |
| Octal | 310 | 216 | 356 | 20 | 50 | 0 | 7 | 424 | 112 | 113 |
| Binary | 11001000 | 10001110 | 11101110 | 10000 | 101000 | 0 | 111 | 100010100 | 1001010 | 1001011 |
Color Harmonies of #C88EEE
Complementary color
Monochromatic Colors of #C88EEE
Black with #C88EEE
Text Example
Text Example
White with #C88EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88EEE; }
p { color: rgb(200,142,238); }
H1.HeaderClassName
{
color: #C88EEE;
}
.AnyTagClassName
{
color: #C88EEE;
}
</style>
background-color css
<style>
a { background-color: #C88EEE; }
a { background-color: rgb(200,142,238); }
div.DivClassName
{
background-color: #C88EEE;
}
.BgClassName
{
background-color: #C88EEE;
}
</style>
border-color css
<style>
span { border-color: #C88EEE; }
span { border-color: rgb(200,142,238); }
td.TdClassName
{
border-color: #C88EEE;
}
.TagClassName
{
border-color: #C88EEE;
}
</style>