Shades of Wisteria #C98FE0
Tints of Wisteria #C98FE0
RGB
CMYK
RGB Variations
Color information
#C98FE0 (or 0xC98FE0) is known color: Wisteria. HEX triplet: C9, 8F and E0. RGB value is (201,143,224). Sum of RGB (Red+Green+Blue) = 201+143+224=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C98FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FE0 is #36701F. Grayscale: #A9A9A9. Windows color (decimal): -3567648 or 14716873. OLE color: 14716873.
HSL color Cylindrical-coordinate representation of color #C98FE0: hue angle of 282.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98FE0 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 143 | 224 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.12 |
| HSL | 282.96º | 0.57% | 0.72% | - |
| HSV(B) | 282.96º | 0.36% | 0.88% | - |
| XYZ | 47.36 | 37.44 | 75.25 | - |
| YUV | 169.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 224 | 0.10 | 0.36 | 0 | 0.12 | 282.96 | 0.57 | 0.72 |
| Hex | C9 | 8F | E0 | A | 24 | 0 | C | 11B | 39 | 48 |
| Octal | 311 | 217 | 340 | 12 | 44 | 0 | 14 | 433 | 71 | 110 |
| Binary | 11001001 | 10001111 | 11100000 | 1010 | 100100 | 0 | 1100 | 100011011 | 111001 | 1001000 |
Color Harmonies of #C98FE0
Complementary color
Monochromatic Colors of #C98FE0
Black with #C98FE0
Text Example
Text Example
White with #C98FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FE0; }
p { color: rgb(201,143,224); }
H1.HeaderClassName
{
color: #C98FE0;
}
.AnyTagClassName
{
color: #C98FE0;
}
</style>
background-color css
<style>
a { background-color: #C98FE0; }
a { background-color: rgb(201,143,224); }
div.DivClassName
{
background-color: #C98FE0;
}
.BgClassName
{
background-color: #C98FE0;
}
</style>
border-color css
<style>
span { border-color: #C98FE0; }
span { border-color: rgb(201,143,224); }
td.TdClassName
{
border-color: #C98FE0;
}
.TagClassName
{
border-color: #C98FE0;
}
</style>