Shades of Wisteria #C98FEE
Tints of Wisteria #C98FEE
RGB
CMYK
RGB Variations
Color information
#C98FEE (or 0xC98FEE) is known color: Wisteria. HEX triplet: C9, 8F and EE. RGB value is (201,143,238). Sum of RGB (Red+Green+Blue) = 201+143+238=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FEE is #367011. Grayscale: #AAAAAA. Windows color (decimal): -3567634 or 15634377. OLE color: 15634377.
HSL color Cylindrical-coordinate representation of color #C98FEE: hue angle of 276.63º degrees, saturation: 0.74, 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 #C98FEE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 143 | 238 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.07 |
| HSL | 276.63º | 0.74% | 0.75% | - |
| HSV(B) | 276.63º | 0.4% | 0.93% | - |
| XYZ | 49.34 | 38.24 | 85.67 | - |
| YUV | 171.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 238 | 0.16 | 0.40 | 0 | 0.07 | 276.63 | 0.74 | 0.75 |
| Hex | C9 | 8F | EE | 10 | 28 | 0 | 7 | 115 | 4A | 4B |
| Octal | 311 | 217 | 356 | 20 | 50 | 0 | 7 | 425 | 112 | 113 |
| Binary | 11001001 | 10001111 | 11101110 | 10000 | 101000 | 0 | 111 | 100010101 | 1001010 | 1001011 |
Color Harmonies of #C98FEE
Complementary color
Monochromatic Colors of #C98FEE
Black with #C98FEE
Text Example
Text Example
White with #C98FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FEE; }
p { color: rgb(201,143,238); }
H1.HeaderClassName
{
color: #C98FEE;
}
.AnyTagClassName
{
color: #C98FEE;
}
</style>
background-color css
<style>
a { background-color: #C98FEE; }
a { background-color: rgb(201,143,238); }
div.DivClassName
{
background-color: #C98FEE;
}
.BgClassName
{
background-color: #C98FEE;
}
</style>
border-color css
<style>
span { border-color: #C98FEE; }
span { border-color: rgb(201,143,238); }
td.TdClassName
{
border-color: #C98FEE;
}
.TagClassName
{
border-color: #C98FEE;
}
</style>