Shades of Wisteria #C98EE7
Tints of Wisteria #C98EE7
RGB
CMYK
RGB Variations
Color information
#C98EE7 (or 0xC98EE7) is known color: Wisteria. HEX triplet: C9, 8E and E7. RGB value is (201,142,231). Sum of RGB (Red+Green+Blue) = 201+142+231=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #C98EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EE7 is #367118. Grayscale: #A9A9A9. Windows color (decimal): -3567897 or 15175369. OLE color: 15175369.
HSL color Cylindrical-coordinate representation of color #C98EE7: hue angle of 279.78º degrees, saturation: 0.65, 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 #C98EE7 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 142 | 231 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.09 |
| HSL | 279.78º | 0.65% | 0.73% | - |
| HSV(B) | 279.78º | 0.39% | 0.91% | - |
| XYZ | 48.18 | 37.53 | 80.31 | - |
| YUV | 169.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 231 | 0.13 | 0.39 | 0 | 0.09 | 279.78 | 0.65 | 0.73 |
| Hex | C9 | 8E | E7 | D | 27 | 0 | 9 | 118 | 41 | 49 |
| Octal | 311 | 216 | 347 | 15 | 47 | 0 | 11 | 430 | 101 | 111 |
| Binary | 11001001 | 10001110 | 11100111 | 1101 | 100111 | 0 | 1001 | 100011000 | 1000001 | 1001001 |
Color Harmonies of #C98EE7
Complementary color
Monochromatic Colors of #C98EE7
Black with #C98EE7
Text Example
Text Example
White with #C98EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EE7; }
p { color: rgb(201,142,231); }
H1.HeaderClassName
{
color: #C98EE7;
}
.AnyTagClassName
{
color: #C98EE7;
}
</style>
background-color css
<style>
a { background-color: #C98EE7; }
a { background-color: rgb(201,142,231); }
div.DivClassName
{
background-color: #C98EE7;
}
.BgClassName
{
background-color: #C98EE7;
}
</style>
border-color css
<style>
span { border-color: #C98EE7; }
span { border-color: rgb(201,142,231); }
td.TdClassName
{
border-color: #C98EE7;
}
.TagClassName
{
border-color: #C98EE7;
}
</style>