Shades of Wisteria #C884EE
Tints of Wisteria #C884EE
RGB
CMYK
RGB Variations
Color information
#C884EE (or 0xC884EE) is known color: Wisteria. HEX triplet: C8, 84 and EE. RGB value is (200,132,238). Sum of RGB (Red+Green+Blue) = 200+132+238=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #C884EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884EE is #377B11. Grayscale: #A4A4A4. Windows color (decimal): -3635986 or 15631560. OLE color: 15631560.
HSL color Cylindrical-coordinate representation of color #C884EE: hue angle of 278.49º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C884EE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 132 | 238 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.07 |
| HSL | 278.49º | 0.76% | 0.73% | - |
| HSV(B) | 278.49º | 0.45% | 0.93% | - |
| XYZ | 47.5 | 34.95 | 85.13 | - |
| YUV | 164.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 238 | 0.16 | 0.45 | 0 | 0.07 | 278.49 | 0.76 | 0.73 |
| Hex | C8 | 84 | EE | 10 | 2D | 0 | 7 | 116 | 4C | 49 |
| Octal | 310 | 204 | 356 | 20 | 55 | 0 | 7 | 426 | 114 | 111 |
| Binary | 11001000 | 10000100 | 11101110 | 10000 | 101101 | 0 | 111 | 100010110 | 1001100 | 1001001 |
Color Harmonies of #C884EE
Complementary color
Monochromatic Colors of #C884EE
Black with #C884EE
Text Example
Text Example
White with #C884EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884EE; }
p { color: rgb(200,132,238); }
H1.HeaderClassName
{
color: #C884EE;
}
.AnyTagClassName
{
color: #C884EE;
}
</style>
background-color css
<style>
a { background-color: #C884EE; }
a { background-color: rgb(200,132,238); }
div.DivClassName
{
background-color: #C884EE;
}
.BgClassName
{
background-color: #C884EE;
}
</style>
border-color css
<style>
span { border-color: #C884EE; }
span { border-color: rgb(200,132,238); }
td.TdClassName
{
border-color: #C884EE;
}
.TagClassName
{
border-color: #C884EE;
}
</style>