Shades of Wisteria #C98DE0
Tints of Wisteria #C98DE0
RGB
CMYK
RGB Variations
Color information
#C98DE0 (or 0xC98DE0) is known color: Wisteria. HEX triplet: C9, 8D and E0. RGB value is (201,141,224). Sum of RGB (Red+Green+Blue) = 201+141+224=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #C98DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DE0 is #36721F. Grayscale: #A8A8A8. Windows color (decimal): -3568160 or 14716361. OLE color: 14716361.
HSL color Cylindrical-coordinate representation of color #C98DE0: hue angle of 283.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98DE0 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 141 | 224 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.12 |
| HSL | 283.37º | 0.57% | 0.72% | - |
| HSV(B) | 283.37º | 0.37% | 0.88% | - |
| XYZ | 47.07 | 36.85 | 75.15 | - |
| YUV | 168.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 224 | 0.10 | 0.37 | 0 | 0.12 | 283.37 | 0.57 | 0.72 |
| Hex | C9 | 8D | E0 | A | 25 | 0 | C | 11B | 39 | 48 |
| Octal | 311 | 215 | 340 | 12 | 45 | 0 | 14 | 433 | 71 | 110 |
| Binary | 11001001 | 10001101 | 11100000 | 1010 | 100101 | 0 | 1100 | 100011011 | 111001 | 1001000 |
Color Harmonies of #C98DE0
Complementary color
Monochromatic Colors of #C98DE0
Black with #C98DE0
Text Example
Text Example
White with #C98DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DE0; }
p { color: rgb(201,141,224); }
H1.HeaderClassName
{
color: #C98DE0;
}
.AnyTagClassName
{
color: #C98DE0;
}
</style>
background-color css
<style>
a { background-color: #C98DE0; }
a { background-color: rgb(201,141,224); }
div.DivClassName
{
background-color: #C98DE0;
}
.BgClassName
{
background-color: #C98DE0;
}
</style>
border-color css
<style>
span { border-color: #C98DE0; }
span { border-color: rgb(201,141,224); }
td.TdClassName
{
border-color: #C98DE0;
}
.TagClassName
{
border-color: #C98DE0;
}
</style>