Shades of Wisteria #C98ADD
Tints of Wisteria #C98ADD
RGB
CMYK
RGB Variations
Color information
#C98ADD (or 0xC98ADD) is known color: Wisteria. HEX triplet: C9, 8A and DD. RGB value is (201,138,221). Sum of RGB (Red+Green+Blue) = 201+138+221=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C98ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ADD is #367522. Grayscale: #A6A6A6. Windows color (decimal): -3568931 or 14518985. OLE color: 14518985.
HSL color Cylindrical-coordinate representation of color #C98ADD: hue angle of 285.54º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98ADD is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 138 | 221 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.13 |
| HSL | 285.54º | 0.55% | 0.7% | - |
| HSV(B) | 285.54º | 0.38% | 0.87% | - |
| XYZ | 46.23 | 35.81 | 72.88 | - |
| YUV | 166.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 221 | 0.09 | 0.38 | 0 | 0.13 | 285.54 | 0.55 | 0.7 |
| Hex | C9 | 8A | DD | 9 | 26 | 0 | D | 11E | 37 | 46 |
| Octal | 311 | 212 | 335 | 11 | 46 | 0 | 15 | 436 | 67 | 106 |
| Binary | 11001001 | 10001010 | 11011101 | 1001 | 100110 | 0 | 1101 | 100011110 | 110111 | 1000110 |
Color Harmonies of #C98ADD
Complementary color
Monochromatic Colors of #C98ADD
Black with #C98ADD
Text Example
Text Example
White with #C98ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ADD; }
p { color: rgb(201,138,221); }
H1.HeaderClassName
{
color: #C98ADD;
}
.AnyTagClassName
{
color: #C98ADD;
}
</style>
background-color css
<style>
a { background-color: #C98ADD; }
a { background-color: rgb(201,138,221); }
div.DivClassName
{
background-color: #C98ADD;
}
.BgClassName
{
background-color: #C98ADD;
}
</style>
border-color css
<style>
span { border-color: #C98ADD; }
span { border-color: rgb(201,138,221); }
td.TdClassName
{
border-color: #C98ADD;
}
.TagClassName
{
border-color: #C98ADD;
}
</style>