Shades of Wisteria #C98DEF
Tints of Wisteria #C98DEF
RGB
CMYK
RGB Variations
Color information
#C98DEF (or 0xC98DEF) is known color: Wisteria. HEX triplet: C9, 8D and EF. RGB value is (201,141,239). Sum of RGB (Red+Green+Blue) = 201+141+239=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C98DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DEF is #367210. Grayscale: #A9A9A9. Windows color (decimal): -3568145 or 15699401. OLE color: 15699401.
HSL color Cylindrical-coordinate representation of color #C98DEF: hue angle of 276.73º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98DEF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 141 | 239 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.06 |
| HSL | 276.73º | 0.75% | 0.75% | - |
| HSV(B) | 276.73º | 0.41% | 0.94% | - |
| XYZ | 49.19 | 37.7 | 86.35 | - |
| YUV | 170.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 239 | 0.16 | 0.41 | 0 | 0.06 | 276.73 | 0.75 | 0.75 |
| Hex | C9 | 8D | EF | 10 | 29 | 0 | 6 | 115 | 4B | 4B |
| Octal | 311 | 215 | 357 | 20 | 51 | 0 | 6 | 425 | 113 | 113 |
| Binary | 11001001 | 10001101 | 11101111 | 10000 | 101001 | 0 | 110 | 100010101 | 1001011 | 1001011 |
Color Harmonies of #C98DEF
Complementary color
Monochromatic Colors of #C98DEF
Black with #C98DEF
Text Example
Text Example
White with #C98DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DEF; }
p { color: rgb(201,141,239); }
H1.HeaderClassName
{
color: #C98DEF;
}
.AnyTagClassName
{
color: #C98DEF;
}
</style>
background-color css
<style>
a { background-color: #C98DEF; }
a { background-color: rgb(201,141,239); }
div.DivClassName
{
background-color: #C98DEF;
}
.BgClassName
{
background-color: #C98DEF;
}
</style>
border-color css
<style>
span { border-color: #C98DEF; }
span { border-color: rgb(201,141,239); }
td.TdClassName
{
border-color: #C98DEF;
}
.TagClassName
{
border-color: #C98DEF;
}
</style>