Shades of Wisteria #C888EE
Tints of Wisteria #C888EE
RGB
CMYK
RGB Variations
Color information
#C888EE (or 0xC888EE) is known color: Wisteria. HEX triplet: C8, 88 and EE. RGB value is (200,136,238). Sum of RGB (Red+Green+Blue) = 200+136+238=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #C888EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888EE is #377711. Grayscale: #A6A6A6. Windows color (decimal): -3634962 or 15632584. OLE color: 15632584.
HSL color Cylindrical-coordinate representation of color #C888EE: hue angle of 277.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C888EE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 136 | 238 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.07 |
| HSL | 277.65º | 0.75% | 0.73% | - |
| HSV(B) | 277.65º | 0.43% | 0.93% | - |
| XYZ | 48.06 | 36.06 | 85.32 | - |
| YUV | 166.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 238 | 0.16 | 0.43 | 0 | 0.07 | 277.65 | 0.75 | 0.73 |
| Hex | C8 | 88 | EE | 10 | 2B | 0 | 7 | 116 | 4B | 49 |
| Octal | 310 | 210 | 356 | 20 | 53 | 0 | 7 | 426 | 113 | 111 |
| Binary | 11001000 | 10001000 | 11101110 | 10000 | 101011 | 0 | 111 | 100010110 | 1001011 | 1001001 |
Color Harmonies of #C888EE
Complementary color
Monochromatic Colors of #C888EE
Black with #C888EE
Text Example
Text Example
White with #C888EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888EE; }
p { color: rgb(200,136,238); }
H1.HeaderClassName
{
color: #C888EE;
}
.AnyTagClassName
{
color: #C888EE;
}
</style>
background-color css
<style>
a { background-color: #C888EE; }
a { background-color: rgb(200,136,238); }
div.DivClassName
{
background-color: #C888EE;
}
.BgClassName
{
background-color: #C888EE;
}
</style>
border-color css
<style>
span { border-color: #C888EE; }
span { border-color: rgb(200,136,238); }
td.TdClassName
{
border-color: #C888EE;
}
.TagClassName
{
border-color: #C888EE;
}
</style>