Shades of Wisteria #C98FE7
Tints of Wisteria #C98FE7
RGB
CMYK
RGB Variations
Color information
#C98FE7 (or 0xC98FE7) is known color: Wisteria. HEX triplet: C9, 8F and E7. RGB value is (201,143,231). Sum of RGB (Red+Green+Blue) = 201+143+231=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #C98FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FE7 is #367018. Grayscale: #AAAAAA. Windows color (decimal): -3567641 or 15175625. OLE color: 15175625.
HSL color Cylindrical-coordinate representation of color #C98FE7: hue angle of 279.55º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98FE7 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 143 | 231 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.09 |
| HSL | 279.55º | 0.65% | 0.73% | - |
| HSV(B) | 279.55º | 0.38% | 0.91% | - |
| XYZ | 48.33 | 37.83 | 80.36 | - |
| YUV | 170.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 231 | 0.13 | 0.38 | 0 | 0.09 | 279.55 | 0.65 | 0.73 |
| Hex | C9 | 8F | E7 | D | 26 | 0 | 9 | 118 | 41 | 49 |
| Octal | 311 | 217 | 347 | 15 | 46 | 0 | 11 | 430 | 101 | 111 |
| Binary | 11001001 | 10001111 | 11100111 | 1101 | 100110 | 0 | 1001 | 100011000 | 1000001 | 1001001 |
Color Harmonies of #C98FE7
Complementary color
Monochromatic Colors of #C98FE7
Black with #C98FE7
Text Example
Text Example
White with #C98FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FE7; }
p { color: rgb(201,143,231); }
H1.HeaderClassName
{
color: #C98FE7;
}
.AnyTagClassName
{
color: #C98FE7;
}
</style>
background-color css
<style>
a { background-color: #C98FE7; }
a { background-color: rgb(201,143,231); }
div.DivClassName
{
background-color: #C98FE7;
}
.BgClassName
{
background-color: #C98FE7;
}
</style>
border-color css
<style>
span { border-color: #C98FE7; }
span { border-color: rgb(201,143,231); }
td.TdClassName
{
border-color: #C98FE7;
}
.TagClassName
{
border-color: #C98FE7;
}
</style>