Shades of Wisteria #C98CEF
Tints of Wisteria #C98CEF
RGB
CMYK
RGB Variations
Color information
#C98CEF (or 0xC98CEF) is known color: Wisteria. HEX triplet: C9, 8C and EF. RGB value is (201,140,239). Sum of RGB (Red+Green+Blue) = 201+140+239=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C98CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CEF is #367310. Grayscale: #A9A9A9. Windows color (decimal): -3568401 or 15699145. OLE color: 15699145.
HSL color Cylindrical-coordinate representation of color #C98CEF: hue angle of 276.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98CEF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 140 | 239 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.06 |
| HSL | 276.97º | 0.76% | 0.74% | - |
| HSV(B) | 276.97º | 0.41% | 0.94% | - |
| XYZ | 49.05 | 37.41 | 86.3 | - |
| YUV | 169.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 239 | 0.16 | 0.41 | 0 | 0.06 | 276.97 | 0.76 | 0.74 |
| Hex | C9 | 8C | EF | 10 | 29 | 0 | 6 | 115 | 4C | 4A |
| Octal | 311 | 214 | 357 | 20 | 51 | 0 | 6 | 425 | 114 | 112 |
| Binary | 11001001 | 10001100 | 11101111 | 10000 | 101001 | 0 | 110 | 100010101 | 1001100 | 1001010 |
Color Harmonies of #C98CEF
Complementary color
Monochromatic Colors of #C98CEF
Black with #C98CEF
Text Example
Text Example
White with #C98CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CEF; }
p { color: rgb(201,140,239); }
H1.HeaderClassName
{
color: #C98CEF;
}
.AnyTagClassName
{
color: #C98CEF;
}
</style>
background-color css
<style>
a { background-color: #C98CEF; }
a { background-color: rgb(201,140,239); }
div.DivClassName
{
background-color: #C98CEF;
}
.BgClassName
{
background-color: #C98CEF;
}
</style>
border-color css
<style>
span { border-color: #C98CEF; }
span { border-color: rgb(201,140,239); }
td.TdClassName
{
border-color: #C98CEF;
}
.TagClassName
{
border-color: #C98CEF;
}
</style>