Shades of Wisteria #C988EC
Tints of Wisteria #C988EC
RGB
CMYK
RGB Variations
Color information
#C988EC (or 0xC988EC) is known color: Wisteria. HEX triplet: C9, 88 and EC. RGB value is (201,136,236). Sum of RGB (Red+Green+Blue) = 201+136+236=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #C988EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988EC is #367713. Grayscale: #A6A6A6. Windows color (decimal): -3569428 or 15501513. OLE color: 15501513.
HSL color Cylindrical-coordinate representation of color #C988EC: hue angle of 279º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C988EC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 136 | 236 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.07 |
| HSL | 279º | 0.72% | 0.73% | - |
| HSV(B) | 279º | 0.42% | 0.93% | - |
| XYZ | 48.03 | 36.08 | 83.79 | - |
| YUV | 166.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 236 | 0.15 | 0.42 | 0 | 0.07 | 279 | 0.72 | 0.73 |
| Hex | C9 | 88 | EC | F | 2A | 0 | 7 | 117 | 48 | 49 |
| Octal | 311 | 210 | 354 | 17 | 52 | 0 | 7 | 427 | 110 | 111 |
| Binary | 11001001 | 10001000 | 11101100 | 1111 | 101010 | 0 | 111 | 100010111 | 1001000 | 1001001 |
Color Harmonies of #C988EC
Complementary color
Monochromatic Colors of #C988EC
Black with #C988EC
Text Example
Text Example
White with #C988EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988EC; }
p { color: rgb(201,136,236); }
H1.HeaderClassName
{
color: #C988EC;
}
.AnyTagClassName
{
color: #C988EC;
}
</style>
background-color css
<style>
a { background-color: #C988EC; }
a { background-color: rgb(201,136,236); }
div.DivClassName
{
background-color: #C988EC;
}
.BgClassName
{
background-color: #C988EC;
}
</style>
border-color css
<style>
span { border-color: #C988EC; }
span { border-color: rgb(201,136,236); }
td.TdClassName
{
border-color: #C988EC;
}
.TagClassName
{
border-color: #C988EC;
}
</style>