Shades of Wisteria #C98DFA
Tints of Wisteria #C98DFA
RGB
CMYK
RGB Variations
Color information
#C98DFA (or 0xC98DFA) is known color: Wisteria. HEX triplet: C9, 8D and FA. RGB value is (201,141,250). Sum of RGB (Red+Green+Blue) = 201+141+250=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFA is #367205. Grayscale: #AAAAAA. Windows color (decimal): -3568134 or 16420297. OLE color: 16420297.
HSL color Cylindrical-coordinate representation of color #C98DFA: hue angle of 273.03º degrees, saturation: 0.92, 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 #C98DFA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 141 | 250 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 273.03º | 0.92% | 0.77% | - |
| HSV(B) | 273.03º | 0.44% | 0.98% | - |
| XYZ | 50.87 | 38.37 | 95.17 | - |
| YUV | 171.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 250 | 0.20 | 0.44 | 0 | 0.02 | 273.03 | 0.92 | 0.77 |
| Hex | C9 | 8D | FA | 14 | 2C | 0 | 2 | 111 | 5C | 4D |
| Octal | 311 | 215 | 372 | 24 | 54 | 0 | 2 | 421 | 134 | 115 |
| Binary | 11001001 | 10001101 | 11111010 | 10100 | 101100 | 0 | 10 | 100010001 | 1011100 | 1001101 |
Color Harmonies of #C98DFA
Complementary color
Monochromatic Colors of #C98DFA
Black with #C98DFA
Text Example
Text Example
White with #C98DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DFA; }
p { color: rgb(201,141,250); }
H1.HeaderClassName
{
color: #C98DFA;
}
.AnyTagClassName
{
color: #C98DFA;
}
</style>
background-color css
<style>
a { background-color: #C98DFA; }
a { background-color: rgb(201,141,250); }
div.DivClassName
{
background-color: #C98DFA;
}
.BgClassName
{
background-color: #C98DFA;
}
</style>
border-color css
<style>
span { border-color: #C98DFA; }
span { border-color: rgb(201,141,250); }
td.TdClassName
{
border-color: #C98DFA;
}
.TagClassName
{
border-color: #C98DFA;
}
</style>