Shades of Wisteria #C993EE
Tints of Wisteria #C993EE
RGB
CMYK
RGB Variations
Color information
#C993EE (or 0xC993EE) is known color: Wisteria. HEX triplet: C9, 93 and EE. RGB value is (201,147,238). Sum of RGB (Red+Green+Blue) = 201+147+238=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C993EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EE is #366C11. Grayscale: #ADADAD. Windows color (decimal): -3566610 or 15635401. OLE color: 15635401.
HSL color Cylindrical-coordinate representation of color #C993EE: hue angle of 275.6º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C993EE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 147 | 238 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.07 |
| HSL | 275.6º | 0.73% | 0.75% | - |
| HSV(B) | 275.6º | 0.38% | 0.93% | - |
| XYZ | 49.95 | 39.46 | 85.87 | - |
| YUV | 173.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 238 | 0.16 | 0.38 | 0 | 0.07 | 275.6 | 0.73 | 0.75 |
| Hex | C9 | 93 | EE | 10 | 26 | 0 | 7 | 114 | 49 | 4B |
| Octal | 311 | 223 | 356 | 20 | 46 | 0 | 7 | 424 | 111 | 113 |
| Binary | 11001001 | 10010011 | 11101110 | 10000 | 100110 | 0 | 111 | 100010100 | 1001001 | 1001011 |
Color Harmonies of #C993EE
Complementary color
Monochromatic Colors of #C993EE
Black with #C993EE
Text Example
Text Example
White with #C993EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993EE; }
p { color: rgb(201,147,238); }
H1.HeaderClassName
{
color: #C993EE;
}
.AnyTagClassName
{
color: #C993EE;
}
</style>
background-color css
<style>
a { background-color: #C993EE; }
a { background-color: rgb(201,147,238); }
div.DivClassName
{
background-color: #C993EE;
}
.BgClassName
{
background-color: #C993EE;
}
</style>
border-color css
<style>
span { border-color: #C993EE; }
span { border-color: rgb(201,147,238); }
td.TdClassName
{
border-color: #C993EE;
}
.TagClassName
{
border-color: #C993EE;
}
</style>