Shades of Wisteria #C989EC
Tints of Wisteria #C989EC
RGB
CMYK
RGB Variations
Color information
#C989EC (or 0xC989EC) is known color: Wisteria. HEX triplet: C9, 89 and EC. RGB value is (201,137,236). Sum of RGB (Red+Green+Blue) = 201+137+236=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C989EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C989EC is #367613. Grayscale: #A7A7A7. Windows color (decimal): -3569172 or 15501769. OLE color: 15501769.
HSL color Cylindrical-coordinate representation of color #C989EC: hue angle of 278.79º 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 #C989EC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 137 | 236 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.07 |
| HSL | 278.79º | 0.72% | 0.73% | - |
| HSV(B) | 278.79º | 0.42% | 0.93% | - |
| XYZ | 48.17 | 36.36 | 83.84 | - |
| YUV | 167.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 236 | 0.15 | 0.42 | 0 | 0.07 | 278.79 | 0.72 | 0.73 |
| Hex | C9 | 89 | EC | F | 2A | 0 | 7 | 117 | 48 | 49 |
| Octal | 311 | 211 | 354 | 17 | 52 | 0 | 7 | 427 | 110 | 111 |
| Binary | 11001001 | 10001001 | 11101100 | 1111 | 101010 | 0 | 111 | 100010111 | 1001000 | 1001001 |
Color Harmonies of #C989EC
Complementary color
Monochromatic Colors of #C989EC
Black with #C989EC
Text Example
Text Example
White with #C989EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989EC; }
p { color: rgb(201,137,236); }
H1.HeaderClassName
{
color: #C989EC;
}
.AnyTagClassName
{
color: #C989EC;
}
</style>
background-color css
<style>
a { background-color: #C989EC; }
a { background-color: rgb(201,137,236); }
div.DivClassName
{
background-color: #C989EC;
}
.BgClassName
{
background-color: #C989EC;
}
</style>
border-color css
<style>
span { border-color: #C989EC; }
span { border-color: rgb(201,137,236); }
td.TdClassName
{
border-color: #C989EC;
}
.TagClassName
{
border-color: #C989EC;
}
</style>