Shades of Wisteria #C98FFE
Tints of Wisteria #C98FFE
RGB
CMYK
RGB Variations
Color information
#C98FFE (or 0xC98FFE) is known color: Wisteria. HEX triplet: C9, 8F and FE. RGB value is (201,143,254). Sum of RGB (Red+Green+Blue) = 201+143+254=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C98FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFE is #367001. Grayscale: #ACACAC. Windows color (decimal): -3567618 or 16682953. OLE color: 16682953.
HSL color Cylindrical-coordinate representation of color #C98FFE: hue angle of 271.35º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98FFE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 143 | 254 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.00 |
| HSL | 271.35º | 0.98% | 0.78% | - |
| HSV(B) | 271.35º | 0.44% | 1% | - |
| XYZ | 51.8 | 39.22 | 98.61 | - |
| YUV | 173 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 254 | 0.21 | 0.44 | 0 | 0.00 | 271.35 | 0.98 | 0.78 |
| Hex | C9 | 8F | FE | 15 | 2C | 0 | 0 | 10F | 62 | 4E |
| Octal | 311 | 217 | 376 | 25 | 54 | 0 | 0 | 417 | 142 | 116 |
| Binary | 11001001 | 10001111 | 11111110 | 10101 | 101100 | 0 | 0 | 100001111 | 1100010 | 1001110 |
Color Harmonies of #C98FFE
Complementary color
Monochromatic Colors of #C98FFE
Black with #C98FFE
Text Example
Text Example
White with #C98FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FFE; }
p { color: rgb(201,143,254); }
H1.HeaderClassName
{
color: #C98FFE;
}
.AnyTagClassName
{
color: #C98FFE;
}
</style>
background-color css
<style>
a { background-color: #C98FFE; }
a { background-color: rgb(201,143,254); }
div.DivClassName
{
background-color: #C98FFE;
}
.BgClassName
{
background-color: #C98FFE;
}
</style>
border-color css
<style>
span { border-color: #C98FFE; }
span { border-color: rgb(201,143,254); }
td.TdClassName
{
border-color: #C98FFE;
}
.TagClassName
{
border-color: #C98FFE;
}
</style>