Shades of Wisteria #C988EE
Tints of Wisteria #C988EE
RGB
CMYK
RGB Variations
Color information
#C988EE (or 0xC988EE) is known color: Wisteria. HEX triplet: C9, 88 and EE. RGB value is (201,136,238). Sum of RGB (Red+Green+Blue) = 201+136+238=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #C988EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988EE is #367711. Grayscale: #A6A6A6. Windows color (decimal): -3569426 or 15632585. OLE color: 15632585.
HSL color Cylindrical-coordinate representation of color #C988EE: hue angle of 278.24º 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 #C988EE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 136 | 238 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.07 |
| HSL | 278.24º | 0.75% | 0.73% | - |
| HSV(B) | 278.24º | 0.43% | 0.93% | - |
| XYZ | 48.32 | 36.2 | 85.33 | - |
| YUV | 167.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 238 | 0.16 | 0.43 | 0 | 0.07 | 278.24 | 0.75 | 0.73 |
| Hex | C9 | 88 | EE | 10 | 2B | 0 | 7 | 116 | 4B | 49 |
| Octal | 311 | 210 | 356 | 20 | 53 | 0 | 7 | 426 | 113 | 111 |
| Binary | 11001001 | 10001000 | 11101110 | 10000 | 101011 | 0 | 111 | 100010110 | 1001011 | 1001001 |
Color Harmonies of #C988EE
Complementary color
Monochromatic Colors of #C988EE
Black with #C988EE
Text Example
Text Example
White with #C988EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988EE; }
p { color: rgb(201,136,238); }
H1.HeaderClassName
{
color: #C988EE;
}
.AnyTagClassName
{
color: #C988EE;
}
</style>
background-color css
<style>
a { background-color: #C988EE; }
a { background-color: rgb(201,136,238); }
div.DivClassName
{
background-color: #C988EE;
}
.BgClassName
{
background-color: #C988EE;
}
</style>
border-color css
<style>
span { border-color: #C988EE; }
span { border-color: rgb(201,136,238); }
td.TdClassName
{
border-color: #C988EE;
}
.TagClassName
{
border-color: #C988EE;
}
</style>