Shades of Wisteria #C98CEE
Tints of Wisteria #C98CEE
RGB
CMYK
RGB Variations
Color information
#C98CEE (or 0xC98CEE) is known color: Wisteria. HEX triplet: C9, 8C and EE. RGB value is (201,140,238). Sum of RGB (Red+Green+Blue) = 201+140+238=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CEE is #367311. Grayscale: #A9A9A9. Windows color (decimal): -3568402 or 15633609. OLE color: 15633609.
HSL color Cylindrical-coordinate representation of color #C98CEE: hue angle of 277.35º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98CEE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 140 | 238 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.07 |
| HSL | 277.35º | 0.74% | 0.74% | - |
| HSV(B) | 277.35º | 0.41% | 0.93% | - |
| XYZ | 48.9 | 37.35 | 85.52 | - |
| YUV | 169.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 238 | 0.16 | 0.41 | 0 | 0.07 | 277.35 | 0.74 | 0.74 |
| Hex | C9 | 8C | EE | 10 | 29 | 0 | 7 | 115 | 4A | 4A |
| Octal | 311 | 214 | 356 | 20 | 51 | 0 | 7 | 425 | 112 | 112 |
| Binary | 11001001 | 10001100 | 11101110 | 10000 | 101001 | 0 | 111 | 100010101 | 1001010 | 1001010 |
Color Harmonies of #C98CEE
Complementary color
Monochromatic Colors of #C98CEE
Black with #C98CEE
Text Example
Text Example
White with #C98CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CEE; }
p { color: rgb(201,140,238); }
H1.HeaderClassName
{
color: #C98CEE;
}
.AnyTagClassName
{
color: #C98CEE;
}
</style>
background-color css
<style>
a { background-color: #C98CEE; }
a { background-color: rgb(201,140,238); }
div.DivClassName
{
background-color: #C98CEE;
}
.BgClassName
{
background-color: #C98CEE;
}
</style>
border-color css
<style>
span { border-color: #C98CEE; }
span { border-color: rgb(201,140,238); }
td.TdClassName
{
border-color: #C98CEE;
}
.TagClassName
{
border-color: #C98CEE;
}
</style>