Shades of Wisteria #C98ED8
Tints of Wisteria #C98ED8
RGB
CMYK
RGB Variations
Color information
#C98ED8 (or 0xC98ED8) is known color: Wisteria. HEX triplet: C9, 8E and D8. RGB value is (201,142,216). Sum of RGB (Red+Green+Blue) = 201+142+216=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C98ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ED8 is #367127. Grayscale: #A7A7A7. Windows color (decimal): -3567912 or 14192329. OLE color: 14192329.
HSL color Cylindrical-coordinate representation of color #C98ED8: hue angle of 287.84º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98ED8 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 142 | 216 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.15 |
| HSL | 287.84º | 0.49% | 0.7% | - |
| HSV(B) | 287.84º | 0.34% | 0.85% | - |
| XYZ | 46.16 | 36.72 | 69.62 | - |
| YUV | 168.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 216 | 0.07 | 0.34 | 0 | 0.15 | 287.84 | 0.49 | 0.7 |
| Hex | C9 | 8E | D8 | 7 | 22 | 0 | F | 120 | 31 | 46 |
| Octal | 311 | 216 | 330 | 7 | 42 | 0 | 17 | 440 | 61 | 106 |
| Binary | 11001001 | 10001110 | 11011000 | 111 | 100010 | 0 | 1111 | 100100000 | 110001 | 1000110 |
Color Harmonies of #C98ED8
Complementary color
Monochromatic Colors of #C98ED8
Black with #C98ED8
Text Example
Text Example
White with #C98ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ED8; }
p { color: rgb(201,142,216); }
H1.HeaderClassName
{
color: #C98ED8;
}
.AnyTagClassName
{
color: #C98ED8;
}
</style>
background-color css
<style>
a { background-color: #C98ED8; }
a { background-color: rgb(201,142,216); }
div.DivClassName
{
background-color: #C98ED8;
}
.BgClassName
{
background-color: #C98ED8;
}
</style>
border-color css
<style>
span { border-color: #C98ED8; }
span { border-color: rgb(201,142,216); }
td.TdClassName
{
border-color: #C98ED8;
}
.TagClassName
{
border-color: #C98ED8;
}
</style>