Shades of Wisteria #C997EE
Tints of Wisteria #C997EE
RGB
CMYK
RGB Variations
Color information
#C997EE (or 0xC997EE) is known color: Wisteria. HEX triplet: C9, 97 and EE. RGB value is (201,151,238). Sum of RGB (Red+Green+Blue) = 201+151+238=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #C997EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997EE is #366811. Grayscale: #AFAFAF. Windows color (decimal): -3565586 or 15636425. OLE color: 15636425.
HSL color Cylindrical-coordinate representation of color #C997EE: hue angle of 274.48º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C997EE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 151 | 238 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 274.48º | 0.72% | 0.76% | - |
| HSV(B) | 274.48º | 0.37% | 0.93% | - |
| XYZ | 50.59 | 40.72 | 86.08 | - |
| YUV | 175.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 238 | 0.16 | 0.37 | 0 | 0.07 | 274.48 | 0.72 | 0.76 |
| Hex | C9 | 97 | EE | 10 | 25 | 0 | 7 | 112 | 48 | 4C |
| Octal | 311 | 227 | 356 | 20 | 45 | 0 | 7 | 422 | 110 | 114 |
| Binary | 11001001 | 10010111 | 11101110 | 10000 | 100101 | 0 | 111 | 100010010 | 1001000 | 1001100 |
Color Harmonies of #C997EE
Complementary color
Monochromatic Colors of #C997EE
Black with #C997EE
Text Example
Text Example
White with #C997EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997EE; }
p { color: rgb(201,151,238); }
H1.HeaderClassName
{
color: #C997EE;
}
.AnyTagClassName
{
color: #C997EE;
}
</style>
background-color css
<style>
a { background-color: #C997EE; }
a { background-color: rgb(201,151,238); }
div.DivClassName
{
background-color: #C997EE;
}
.BgClassName
{
background-color: #C997EE;
}
</style>
border-color css
<style>
span { border-color: #C997EE; }
span { border-color: rgb(201,151,238); }
td.TdClassName
{
border-color: #C997EE;
}
.TagClassName
{
border-color: #C997EE;
}
</style>