Shades of Wisteria #C98DD5
Tints of Wisteria #C98DD5
RGB
CMYK
RGB Variations
Color information
#C98DD5 (or 0xC98DD5) is known color: Wisteria. HEX triplet: C9, 8D and D5. RGB value is (201,141,213). Sum of RGB (Red+Green+Blue) = 201+141+213=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD5 is #36722A. Grayscale: #A6A6A6. Windows color (decimal): -3568171 or 13995465. OLE color: 13995465.
HSL color Cylindrical-coordinate representation of color #C98DD5: hue angle of 290º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98DD5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 141 | 213 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.16 |
| HSL | 290º | 0.46% | 0.69% | - |
| HSV(B) | 290º | 0.34% | 0.84% | - |
| XYZ | 45.62 | 36.27 | 67.55 | - |
| YUV | 167.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 213 | 0.06 | 0.34 | 0 | 0.16 | 290 | 0.46 | 0.69 |
| Hex | C9 | 8D | D5 | 6 | 22 | 0 | 10 | 122 | 2E | 45 |
| Octal | 311 | 215 | 325 | 6 | 42 | 0 | 20 | 442 | 56 | 105 |
| Binary | 11001001 | 10001101 | 11010101 | 110 | 100010 | 0 | 10000 | 100100010 | 101110 | 1000101 |
Color Harmonies of #C98DD5
Complementary color
Monochromatic Colors of #C98DD5
Black with #C98DD5
Text Example
Text Example
White with #C98DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DD5; }
p { color: rgb(201,141,213); }
H1.HeaderClassName
{
color: #C98DD5;
}
.AnyTagClassName
{
color: #C98DD5;
}
</style>
background-color css
<style>
a { background-color: #C98DD5; }
a { background-color: rgb(201,141,213); }
div.DivClassName
{
background-color: #C98DD5;
}
.BgClassName
{
background-color: #C98DD5;
}
</style>
border-color css
<style>
span { border-color: #C98DD5; }
span { border-color: rgb(201,141,213); }
td.TdClassName
{
border-color: #C98DD5;
}
.TagClassName
{
border-color: #C98DD5;
}
</style>