Shades of Wisteria #C98FED
Tints of Wisteria #C98FED
RGB
CMYK
RGB Variations
Color information
#C98FED (or 0xC98FED) is known color: Wisteria. HEX triplet: C9, 8F and ED. RGB value is (201,143,237). Sum of RGB (Red+Green+Blue) = 201+143+237=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C98FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FED is #367012. Grayscale: #AAAAAA. Windows color (decimal): -3567635 or 15568841. OLE color: 15568841.
HSL color Cylindrical-coordinate representation of color #C98FED: hue angle of 277.02º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98FED is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 143 | 237 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.07 |
| HSL | 277.02º | 0.72% | 0.75% | - |
| HSV(B) | 277.02º | 0.4% | 0.93% | - |
| XYZ | 49.2 | 38.18 | 84.9 | - |
| YUV | 171.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 237 | 0.15 | 0.40 | 0 | 0.07 | 277.02 | 0.72 | 0.75 |
| Hex | C9 | 8F | ED | F | 28 | 0 | 7 | 115 | 48 | 4B |
| Octal | 311 | 217 | 355 | 17 | 50 | 0 | 7 | 425 | 110 | 113 |
| Binary | 11001001 | 10001111 | 11101101 | 1111 | 101000 | 0 | 111 | 100010101 | 1001000 | 1001011 |
Color Harmonies of #C98FED
Complementary color
Monochromatic Colors of #C98FED
Black with #C98FED
Text Example
Text Example
White with #C98FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FED; }
p { color: rgb(201,143,237); }
H1.HeaderClassName
{
color: #C98FED;
}
.AnyTagClassName
{
color: #C98FED;
}
</style>
background-color css
<style>
a { background-color: #C98FED; }
a { background-color: rgb(201,143,237); }
div.DivClassName
{
background-color: #C98FED;
}
.BgClassName
{
background-color: #C98FED;
}
</style>
border-color css
<style>
span { border-color: #C98FED; }
span { border-color: rgb(201,143,237); }
td.TdClassName
{
border-color: #C98FED;
}
.TagClassName
{
border-color: #C98FED;
}
</style>