Shades of Wisteria #C98BE5
Tints of Wisteria #C98BE5
RGB
CMYK
RGB Variations
Color information
#C98BE5 (or 0xC98BE5) is known color: Wisteria. HEX triplet: C9, 8B and E5. RGB value is (201,139,229). Sum of RGB (Red+Green+Blue) = 201+139+229=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #C98BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BE5 is #36741A. Grayscale: #A7A7A7. Windows color (decimal): -3568667 or 15043529. OLE color: 15043529.
HSL color Cylindrical-coordinate representation of color #C98BE5: hue angle of 281.33º 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 #C98BE5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 139 | 229 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.10 |
| HSL | 281.33º | 0.63% | 0.72% | - |
| HSV(B) | 281.33º | 0.39% | 0.9% | - |
| XYZ | 47.46 | 36.54 | 78.68 | - |
| YUV | 167.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 229 | 0.12 | 0.39 | 0 | 0.10 | 281.33 | 0.63 | 0.72 |
| Hex | C9 | 8B | E5 | C | 27 | 0 | A | 119 | 3F | 48 |
| Octal | 311 | 213 | 345 | 14 | 47 | 0 | 12 | 431 | 77 | 110 |
| Binary | 11001001 | 10001011 | 11100101 | 1100 | 100111 | 0 | 1010 | 100011001 | 111111 | 1001000 |
Color Harmonies of #C98BE5
Complementary color
Monochromatic Colors of #C98BE5
Black with #C98BE5
Text Example
Text Example
White with #C98BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BE5; }
p { color: rgb(201,139,229); }
H1.HeaderClassName
{
color: #C98BE5;
}
.AnyTagClassName
{
color: #C98BE5;
}
</style>
background-color css
<style>
a { background-color: #C98BE5; }
a { background-color: rgb(201,139,229); }
div.DivClassName
{
background-color: #C98BE5;
}
.BgClassName
{
background-color: #C98BE5;
}
</style>
border-color css
<style>
span { border-color: #C98BE5; }
span { border-color: rgb(201,139,229); }
td.TdClassName
{
border-color: #C98BE5;
}
.TagClassName
{
border-color: #C98BE5;
}
</style>