Shades of Wisteria #C98FFD
Tints of Wisteria #C98FFD
RGB
CMYK
RGB Variations
Color information
#C98FFD (or 0xC98FFD) is known color: Wisteria. HEX triplet: C9, 8F and FD. RGB value is (201,143,253). Sum of RGB (Red+Green+Blue) = 201+143+253=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFD is #367002. Grayscale: #ACACAC. Windows color (decimal): -3567619 or 16617417. OLE color: 16617417.
HSL color Cylindrical-coordinate representation of color #C98FFD: hue angle of 271.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98FFD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 143 | 253 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.01 |
| HSL | 271.64º | 0.96% | 0.78% | - |
| HSV(B) | 271.64º | 0.43% | 0.99% | - |
| XYZ | 51.64 | 39.15 | 97.76 | - |
| YUV | 172.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 253 | 0.21 | 0.43 | 0 | 0.01 | 271.64 | 0.96 | 0.78 |
| Hex | C9 | 8F | FD | 15 | 2B | 0 | 1 | 110 | 60 | 4E |
| Octal | 311 | 217 | 375 | 25 | 53 | 0 | 1 | 420 | 140 | 116 |
| Binary | 11001001 | 10001111 | 11111101 | 10101 | 101011 | 0 | 1 | 100010000 | 1100000 | 1001110 |
Color Harmonies of #C98FFD
Complementary color
Monochromatic Colors of #C98FFD
Black with #C98FFD
Text Example
Text Example
White with #C98FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FFD; }
p { color: rgb(201,143,253); }
H1.HeaderClassName
{
color: #C98FFD;
}
.AnyTagClassName
{
color: #C98FFD;
}
</style>
background-color css
<style>
a { background-color: #C98FFD; }
a { background-color: rgb(201,143,253); }
div.DivClassName
{
background-color: #C98FFD;
}
.BgClassName
{
background-color: #C98FFD;
}
</style>
border-color css
<style>
span { border-color: #C98FFD; }
span { border-color: rgb(201,143,253); }
td.TdClassName
{
border-color: #C98FFD;
}
.TagClassName
{
border-color: #C98FFD;
}
</style>