Shades of Wisteria #C98CE5
Tints of Wisteria #C98CE5
RGB
CMYK
RGB Variations
Color information
#C98CE5 (or 0xC98CE5) is known color: Wisteria. HEX triplet: C9, 8C and E5. RGB value is (201,140,229). Sum of RGB (Red+Green+Blue) = 201+140+229=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #C98CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CE5 is #36731A. Grayscale: #A8A8A8. Windows color (decimal): -3568411 or 15043785. OLE color: 15043785.
HSL color Cylindrical-coordinate representation of color #C98CE5: hue angle of 281.12º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98CE5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 140 | 229 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.10 |
| HSL | 281.12º | 0.63% | 0.72% | - |
| HSV(B) | 281.12º | 0.39% | 0.9% | - |
| XYZ | 47.61 | 36.83 | 78.73 | - |
| YUV | 168.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 229 | 0.12 | 0.39 | 0 | 0.10 | 281.12 | 0.63 | 0.72 |
| Hex | C9 | 8C | E5 | C | 27 | 0 | A | 119 | 3F | 48 |
| Octal | 311 | 214 | 345 | 14 | 47 | 0 | 12 | 431 | 77 | 110 |
| Binary | 11001001 | 10001100 | 11100101 | 1100 | 100111 | 0 | 1010 | 100011001 | 111111 | 1001000 |
Color Harmonies of #C98CE5
Complementary color
Monochromatic Colors of #C98CE5
Black with #C98CE5
Text Example
Text Example
White with #C98CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CE5; }
p { color: rgb(201,140,229); }
H1.HeaderClassName
{
color: #C98CE5;
}
.AnyTagClassName
{
color: #C98CE5;
}
</style>
background-color css
<style>
a { background-color: #C98CE5; }
a { background-color: rgb(201,140,229); }
div.DivClassName
{
background-color: #C98CE5;
}
.BgClassName
{
background-color: #C98CE5;
}
</style>
border-color css
<style>
span { border-color: #C98CE5; }
span { border-color: rgb(201,140,229); }
td.TdClassName
{
border-color: #C98CE5;
}
.TagClassName
{
border-color: #C98CE5;
}
</style>