Shades of Wisteria #C98CE2
Tints of Wisteria #C98CE2
RGB
CMYK
RGB Variations
Color information
#C98CE2 (or 0xC98CE2) is known color: Wisteria. HEX triplet: C9, 8C and E2. RGB value is (201,140,226). Sum of RGB (Red+Green+Blue) = 201+140+226=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #C98CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CE2 is #36731D. Grayscale: #A7A7A7. Windows color (decimal): -3568414 or 14847177. OLE color: 14847177.
HSL color Cylindrical-coordinate representation of color #C98CE2: hue angle of 282.56º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98CE2 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 140 | 226 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.11 |
| HSL | 282.56º | 0.6% | 0.72% | - |
| HSV(B) | 282.56º | 0.38% | 0.89% | - |
| XYZ | 47.19 | 36.66 | 76.54 | - |
| YUV | 168.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 226 | 0.11 | 0.38 | 0 | 0.11 | 282.56 | 0.6 | 0.72 |
| Hex | C9 | 8C | E2 | B | 26 | 0 | B | 11B | 3C | 48 |
| Octal | 311 | 214 | 342 | 13 | 46 | 0 | 13 | 433 | 74 | 110 |
| Binary | 11001001 | 10001100 | 11100010 | 1011 | 100110 | 0 | 1011 | 100011011 | 111100 | 1001000 |
Color Harmonies of #C98CE2
Complementary color
Monochromatic Colors of #C98CE2
Black with #C98CE2
Text Example
Text Example
White with #C98CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CE2; }
p { color: rgb(201,140,226); }
H1.HeaderClassName
{
color: #C98CE2;
}
.AnyTagClassName
{
color: #C98CE2;
}
</style>
background-color css
<style>
a { background-color: #C98CE2; }
a { background-color: rgb(201,140,226); }
div.DivClassName
{
background-color: #C98CE2;
}
.BgClassName
{
background-color: #C98CE2;
}
</style>
border-color css
<style>
span { border-color: #C98CE2; }
span { border-color: rgb(201,140,226); }
td.TdClassName
{
border-color: #C98CE2;
}
.TagClassName
{
border-color: #C98CE2;
}
</style>