Shades of Wisteria #C98FD3
Tints of Wisteria #C98FD3
RGB
CMYK
RGB Variations
Color information
#C98FD3 (or 0xC98FD3) is known color: Wisteria. HEX triplet: C9, 8F and D3. RGB value is (201,143,211). Sum of RGB (Red+Green+Blue) = 201+143+211=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C98FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FD3 is #36702C. Grayscale: #A7A7A7. Windows color (decimal): -3567661 or 13864905. OLE color: 13864905.
HSL color Cylindrical-coordinate representation of color #C98FD3: hue angle of 291.18º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98FD3 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 143 | 211 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.17 |
| HSL | 291.18º | 0.44% | 0.69% | - |
| HSV(B) | 291.18º | 0.32% | 0.83% | - |
| XYZ | 45.67 | 36.77 | 66.32 | - |
| YUV | 168.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 211 | 0.05 | 0.32 | 0 | 0.17 | 291.18 | 0.44 | 0.69 |
| Hex | C9 | 8F | D3 | 5 | 20 | 0 | 11 | 123 | 2C | 45 |
| Octal | 311 | 217 | 323 | 5 | 40 | 0 | 21 | 443 | 54 | 105 |
| Binary | 11001001 | 10001111 | 11010011 | 101 | 100000 | 0 | 10001 | 100100011 | 101100 | 1000101 |
Color Harmonies of #C98FD3
Complementary color
Monochromatic Colors of #C98FD3
Black with #C98FD3
Text Example
Text Example
White with #C98FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FD3; }
p { color: rgb(201,143,211); }
H1.HeaderClassName
{
color: #C98FD3;
}
.AnyTagClassName
{
color: #C98FD3;
}
</style>
background-color css
<style>
a { background-color: #C98FD3; }
a { background-color: rgb(201,143,211); }
div.DivClassName
{
background-color: #C98FD3;
}
.BgClassName
{
background-color: #C98FD3;
}
</style>
border-color css
<style>
span { border-color: #C98FD3; }
span { border-color: rgb(201,143,211); }
td.TdClassName
{
border-color: #C98FD3;
}
.TagClassName
{
border-color: #C98FD3;
}
</style>