Shades of Wisteria #C98CEA
Tints of Wisteria #C98CEA
RGB
CMYK
RGB Variations
Color information
#C98CEA (or 0xC98CEA) is known color: Wisteria. HEX triplet: C9, 8C and EA. RGB value is (201,140,234). Sum of RGB (Red+Green+Blue) = 201+140+234=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CEA is #367315. Grayscale: #A8A8A8. Windows color (decimal): -3568406 or 15371465. OLE color: 15371465.
HSL color Cylindrical-coordinate representation of color #C98CEA: hue angle of 278.94º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98CEA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 140 | 234 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.08 |
| HSL | 278.94º | 0.69% | 0.73% | - |
| HSV(B) | 278.94º | 0.4% | 0.92% | - |
| XYZ | 48.32 | 37.11 | 82.46 | - |
| YUV | 168.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 234 | 0.14 | 0.40 | 0 | 0.08 | 278.94 | 0.69 | 0.73 |
| Hex | C9 | 8C | EA | E | 28 | 0 | 8 | 117 | 45 | 49 |
| Octal | 311 | 214 | 352 | 16 | 50 | 0 | 10 | 427 | 105 | 111 |
| Binary | 11001001 | 10001100 | 11101010 | 1110 | 101000 | 0 | 1000 | 100010111 | 1000101 | 1001001 |
Color Harmonies of #C98CEA
Complementary color
Monochromatic Colors of #C98CEA
Black with #C98CEA
Text Example
Text Example
White with #C98CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CEA; }
p { color: rgb(201,140,234); }
H1.HeaderClassName
{
color: #C98CEA;
}
.AnyTagClassName
{
color: #C98CEA;
}
</style>
background-color css
<style>
a { background-color: #C98CEA; }
a { background-color: rgb(201,140,234); }
div.DivClassName
{
background-color: #C98CEA;
}
.BgClassName
{
background-color: #C98CEA;
}
</style>
border-color css
<style>
span { border-color: #C98CEA; }
span { border-color: rgb(201,140,234); }
td.TdClassName
{
border-color: #C98CEA;
}
.TagClassName
{
border-color: #C98CEA;
}
</style>