Shades of Wisteria #C98DFB
Tints of Wisteria #C98DFB
RGB
CMYK
RGB Variations
Color information
#C98DFB (or 0xC98DFB) is known color: Wisteria. HEX triplet: C9, 8D and FB. RGB value is (201,141,251). Sum of RGB (Red+Green+Blue) = 201+141+251=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFB is #367204. Grayscale: #ABABAB. Windows color (decimal): -3568133 or 16485833. OLE color: 16485833.
HSL color Cylindrical-coordinate representation of color #C98DFB: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98DFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 141 | 251 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 272.73º | 0.93% | 0.77% | - |
| HSV(B) | 272.73º | 0.44% | 0.98% | - |
| XYZ | 51.02 | 38.43 | 96 | - |
| YUV | 171.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 251 | 0.20 | 0.44 | 0 | 0.02 | 272.73 | 0.93 | 0.77 |
| Hex | C9 | 8D | FB | 14 | 2C | 0 | 2 | 111 | 5D | 4D |
| Octal | 311 | 215 | 373 | 24 | 54 | 0 | 2 | 421 | 135 | 115 |
| Binary | 11001001 | 10001101 | 11111011 | 10100 | 101100 | 0 | 10 | 100010001 | 1011101 | 1001101 |
Color Harmonies of #C98DFB
Complementary color
Monochromatic Colors of #C98DFB
Black with #C98DFB
Text Example
Text Example
White with #C98DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DFB; }
p { color: rgb(201,141,251); }
H1.HeaderClassName
{
color: #C98DFB;
}
.AnyTagClassName
{
color: #C98DFB;
}
</style>
background-color css
<style>
a { background-color: #C98DFB; }
a { background-color: rgb(201,141,251); }
div.DivClassName
{
background-color: #C98DFB;
}
.BgClassName
{
background-color: #C98DFB;
}
</style>
border-color css
<style>
span { border-color: #C98DFB; }
span { border-color: rgb(201,141,251); }
td.TdClassName
{
border-color: #C98DFB;
}
.TagClassName
{
border-color: #C98DFB;
}
</style>