Shades of Wisteria #C98EF3
Tints of Wisteria #C98EF3
RGB
CMYK
RGB Variations
Color information
#C98EF3 (or 0xC98EF3) is known color: Wisteria. HEX triplet: C9, 8E and F3. RGB value is (201,142,243). Sum of RGB (Red+Green+Blue) = 201+142+243=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #C98EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EF3 is #36710C. Grayscale: #AAAAAA. Windows color (decimal): -3567885 or 15961801. OLE color: 15961801.
HSL color Cylindrical-coordinate representation of color #C98EF3: hue angle of 275.05º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98EF3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 142 | 243 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.05 |
| HSL | 275.05º | 0.81% | 0.75% | - |
| HSV(B) | 275.05º | 0.42% | 0.95% | - |
| XYZ | 49.94 | 38.23 | 89.54 | - |
| YUV | 171.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 243 | 0.17 | 0.42 | 0 | 0.05 | 275.05 | 0.81 | 0.75 |
| Hex | C9 | 8E | F3 | 11 | 2A | 0 | 5 | 113 | 51 | 4B |
| Octal | 311 | 216 | 363 | 21 | 52 | 0 | 5 | 423 | 121 | 113 |
| Binary | 11001001 | 10001110 | 11110011 | 10001 | 101010 | 0 | 101 | 100010011 | 1010001 | 1001011 |
Color Harmonies of #C98EF3
Complementary color
Monochromatic Colors of #C98EF3
Black with #C98EF3
Text Example
Text Example
White with #C98EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EF3; }
p { color: rgb(201,142,243); }
H1.HeaderClassName
{
color: #C98EF3;
}
.AnyTagClassName
{
color: #C98EF3;
}
</style>
background-color css
<style>
a { background-color: #C98EF3; }
a { background-color: rgb(201,142,243); }
div.DivClassName
{
background-color: #C98EF3;
}
.BgClassName
{
background-color: #C98EF3;
}
</style>
border-color css
<style>
span { border-color: #C98EF3; }
span { border-color: rgb(201,142,243); }
td.TdClassName
{
border-color: #C98EF3;
}
.TagClassName
{
border-color: #C98EF3;
}
</style>