Shades of Wisteria #C98FD5
Tints of Wisteria #C98FD5
RGB
CMYK
RGB Variations
Color information
#C98FD5 (or 0xC98FD5) is known color: Wisteria. HEX triplet: C9, 8F and D5. RGB value is (201,143,213). Sum of RGB (Red+Green+Blue) = 201+143+213=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FD5 is #36702A. Grayscale: #A8A8A8. Windows color (decimal): -3567659 or 13995977. OLE color: 13995977.
HSL color Cylindrical-coordinate representation of color #C98FD5: hue angle of 289.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98FD5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 143 | 213 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.16 |
| HSL | 289.71º | 0.45% | 0.7% | - |
| HSV(B) | 289.71º | 0.33% | 0.84% | - |
| XYZ | 45.92 | 36.87 | 67.65 | - |
| YUV | 168.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 213 | 0.06 | 0.33 | 0 | 0.16 | 289.71 | 0.45 | 0.7 |
| Hex | C9 | 8F | D5 | 6 | 21 | 0 | 10 | 122 | 2D | 46 |
| Octal | 311 | 217 | 325 | 6 | 41 | 0 | 20 | 442 | 55 | 106 |
| Binary | 11001001 | 10001111 | 11010101 | 110 | 100001 | 0 | 10000 | 100100010 | 101101 | 1000110 |
Color Harmonies of #C98FD5
Complementary color
Monochromatic Colors of #C98FD5
Black with #C98FD5
Text Example
Text Example
White with #C98FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FD5; }
p { color: rgb(201,143,213); }
H1.HeaderClassName
{
color: #C98FD5;
}
.AnyTagClassName
{
color: #C98FD5;
}
</style>
background-color css
<style>
a { background-color: #C98FD5; }
a { background-color: rgb(201,143,213); }
div.DivClassName
{
background-color: #C98FD5;
}
.BgClassName
{
background-color: #C98FD5;
}
</style>
border-color css
<style>
span { border-color: #C98FD5; }
span { border-color: rgb(201,143,213); }
td.TdClassName
{
border-color: #C98FD5;
}
.TagClassName
{
border-color: #C98FD5;
}
</style>