Shades of Wisteria #C99EE1
Tints of Wisteria #C99EE1
RGB
CMYK
RGB Variations
Color information
#C99EE1 (or 0xC99EE1) is known color: Wisteria. HEX triplet: C9, 9E and E1. RGB value is (201,158,225). Sum of RGB (Red+Green+Blue) = 201+158+225=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #C99EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EE1 is #36611E. Grayscale: #B2B2B2. Windows color (decimal): -3563807 or 14786249. OLE color: 14786249.
HSL color Cylindrical-coordinate representation of color #C99EE1: hue angle of 278.51º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99EE1 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 158 | 225 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.12 |
| HSL | 278.51º | 0.53% | 0.75% | - |
| HSV(B) | 278.51º | 0.3% | 0.88% | - |
| XYZ | 49.9 | 42.31 | 76.77 | - |
| YUV | 178.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 225 | 0.11 | 0.30 | 0 | 0.12 | 278.51 | 0.53 | 0.75 |
| Hex | C9 | 9E | E1 | B | 1E | 0 | C | 117 | 35 | 4B |
| Octal | 311 | 236 | 341 | 13 | 36 | 0 | 14 | 427 | 65 | 113 |
| Binary | 11001001 | 10011110 | 11100001 | 1011 | 11110 | 0 | 1100 | 100010111 | 110101 | 1001011 |
Color Harmonies of #C99EE1
Complementary color
Monochromatic Colors of #C99EE1
Black with #C99EE1
Text Example
Text Example
White with #C99EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EE1; }
p { color: rgb(201,158,225); }
H1.HeaderClassName
{
color: #C99EE1;
}
.AnyTagClassName
{
color: #C99EE1;
}
</style>
background-color css
<style>
a { background-color: #C99EE1; }
a { background-color: rgb(201,158,225); }
div.DivClassName
{
background-color: #C99EE1;
}
.BgClassName
{
background-color: #C99EE1;
}
</style>
border-color css
<style>
span { border-color: #C99EE1; }
span { border-color: rgb(201,158,225); }
td.TdClassName
{
border-color: #C99EE1;
}
.TagClassName
{
border-color: #C99EE1;
}
</style>