Shades of Wisteria #C98EE8
Tints of Wisteria #C98EE8
RGB
CMYK
RGB Variations
Color information
#C98EE8 (or 0xC98EE8) is known color: Wisteria. HEX triplet: C9, 8E and E8. RGB value is (201,142,232). Sum of RGB (Red+Green+Blue) = 201+142+232=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #C98EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EE8 is #367117. Grayscale: #A9A9A9. Windows color (decimal): -3567896 or 15240905. OLE color: 15240905.
HSL color Cylindrical-coordinate representation of color #C98EE8: hue angle of 279.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98EE8 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 142 | 232 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.09 |
| HSL | 279.33º | 0.66% | 0.73% | - |
| HSV(B) | 279.33º | 0.39% | 0.91% | - |
| XYZ | 48.33 | 37.59 | 81.05 | - |
| YUV | 169.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 232 | 0.13 | 0.39 | 0 | 0.09 | 279.33 | 0.66 | 0.73 |
| Hex | C9 | 8E | E8 | D | 27 | 0 | 9 | 117 | 42 | 49 |
| Octal | 311 | 216 | 350 | 15 | 47 | 0 | 11 | 427 | 102 | 111 |
| Binary | 11001001 | 10001110 | 11101000 | 1101 | 100111 | 0 | 1001 | 100010111 | 1000010 | 1001001 |
Color Harmonies of #C98EE8
Complementary color
Monochromatic Colors of #C98EE8
Black with #C98EE8
Text Example
Text Example
White with #C98EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EE8; }
p { color: rgb(201,142,232); }
H1.HeaderClassName
{
color: #C98EE8;
}
.AnyTagClassName
{
color: #C98EE8;
}
</style>
background-color css
<style>
a { background-color: #C98EE8; }
a { background-color: rgb(201,142,232); }
div.DivClassName
{
background-color: #C98EE8;
}
.BgClassName
{
background-color: #C98EE8;
}
</style>
border-color css
<style>
span { border-color: #C98EE8; }
span { border-color: rgb(201,142,232); }
td.TdClassName
{
border-color: #C98EE8;
}
.TagClassName
{
border-color: #C98EE8;
}
</style>