Shades of Wisteria #C993EB
Tints of Wisteria #C993EB
RGB
CMYK
RGB Variations
Color information
#C993EB (or 0xC993EB) is known color: Wisteria. HEX triplet: C9, 93 and EB. RGB value is (201,147,235). Sum of RGB (Red+Green+Blue) = 201+147+235=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #C993EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EB is #366C14. Grayscale: #ACACAC. Windows color (decimal): -3566613 or 15438793. OLE color: 15438793.
HSL color Cylindrical-coordinate representation of color #C993EB: hue angle of 276.82º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C993EB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 147 | 235 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.08 |
| HSL | 276.82º | 0.69% | 0.75% | - |
| HSV(B) | 276.82º | 0.37% | 0.92% | - |
| XYZ | 49.52 | 39.28 | 83.57 | - |
| YUV | 173.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 235 | 0.14 | 0.37 | 0 | 0.08 | 276.82 | 0.69 | 0.75 |
| Hex | C9 | 93 | EB | E | 25 | 0 | 8 | 115 | 45 | 4B |
| Octal | 311 | 223 | 353 | 16 | 45 | 0 | 10 | 425 | 105 | 113 |
| Binary | 11001001 | 10010011 | 11101011 | 1110 | 100101 | 0 | 1000 | 100010101 | 1000101 | 1001011 |
Color Harmonies of #C993EB
Complementary color
Monochromatic Colors of #C993EB
Black with #C993EB
Text Example
Text Example
White with #C993EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993EB; }
p { color: rgb(201,147,235); }
H1.HeaderClassName
{
color: #C993EB;
}
.AnyTagClassName
{
color: #C993EB;
}
</style>
background-color css
<style>
a { background-color: #C993EB; }
a { background-color: rgb(201,147,235); }
div.DivClassName
{
background-color: #C993EB;
}
.BgClassName
{
background-color: #C993EB;
}
</style>
border-color css
<style>
span { border-color: #C993EB; }
span { border-color: rgb(201,147,235); }
td.TdClassName
{
border-color: #C993EB;
}
.TagClassName
{
border-color: #C993EB;
}
</style>