Shades of Wisteria #C988EA
Tints of Wisteria #C988EA
RGB
CMYK
RGB Variations
Color information
#C988EA (or 0xC988EA) is known color: Wisteria. HEX triplet: C9, 88 and EA. RGB value is (201,136,234). Sum of RGB (Red+Green+Blue) = 201+136+234=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C988EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988EA is #367715. Grayscale: #A6A6A6. Windows color (decimal): -3569430 or 15370441. OLE color: 15370441.
HSL color Cylindrical-coordinate representation of color #C988EA: hue angle of 279.8º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C988EA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 136 | 234 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.08 |
| HSL | 279.8º | 0.7% | 0.73% | - |
| HSV(B) | 279.8º | 0.42% | 0.92% | - |
| XYZ | 47.74 | 35.97 | 82.27 | - |
| YUV | 166.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 234 | 0.14 | 0.42 | 0 | 0.08 | 279.8 | 0.7 | 0.73 |
| Hex | C9 | 88 | EA | E | 2A | 0 | 8 | 118 | 46 | 49 |
| Octal | 311 | 210 | 352 | 16 | 52 | 0 | 10 | 430 | 106 | 111 |
| Binary | 11001001 | 10001000 | 11101010 | 1110 | 101010 | 0 | 1000 | 100011000 | 1000110 | 1001001 |
Color Harmonies of #C988EA
Complementary color
Monochromatic Colors of #C988EA
Black with #C988EA
Text Example
Text Example
White with #C988EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988EA; }
p { color: rgb(201,136,234); }
H1.HeaderClassName
{
color: #C988EA;
}
.AnyTagClassName
{
color: #C988EA;
}
</style>
background-color css
<style>
a { background-color: #C988EA; }
a { background-color: rgb(201,136,234); }
div.DivClassName
{
background-color: #C988EA;
}
.BgClassName
{
background-color: #C988EA;
}
</style>
border-color css
<style>
span { border-color: #C988EA; }
span { border-color: rgb(201,136,234); }
td.TdClassName
{
border-color: #C988EA;
}
.TagClassName
{
border-color: #C988EA;
}
</style>