Shades of Wisteria #C99EEB
Tints of Wisteria #C99EEB
RGB
CMYK
RGB Variations
Color information
#C99EEB (or 0xC99EEB) is known color: Wisteria. HEX triplet: C9, 9E and EB. RGB value is (201,158,235). Sum of RGB (Red+Green+Blue) = 201+158+235=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EEB is #366114. Grayscale: #B3B3B3. Windows color (decimal): -3563797 or 15441609. OLE color: 15441609.
HSL color Cylindrical-coordinate representation of color #C99EEB: hue angle of 273.51º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99EEB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 158 | 235 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.08 |
| HSL | 273.51º | 0.66% | 0.77% | - |
| HSV(B) | 273.51º | 0.33% | 0.92% | - |
| XYZ | 51.31 | 42.87 | 84.17 | - |
| YUV | 179.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 235 | 0.14 | 0.33 | 0 | 0.08 | 273.51 | 0.66 | 0.77 |
| Hex | C9 | 9E | EB | E | 21 | 0 | 8 | 112 | 42 | 4D |
| Octal | 311 | 236 | 353 | 16 | 41 | 0 | 10 | 422 | 102 | 115 |
| Binary | 11001001 | 10011110 | 11101011 | 1110 | 100001 | 0 | 1000 | 100010010 | 1000010 | 1001101 |
Color Harmonies of #C99EEB
Complementary color
Monochromatic Colors of #C99EEB
Black with #C99EEB
Text Example
Text Example
White with #C99EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EEB; }
p { color: rgb(201,158,235); }
H1.HeaderClassName
{
color: #C99EEB;
}
.AnyTagClassName
{
color: #C99EEB;
}
</style>
background-color css
<style>
a { background-color: #C99EEB; }
a { background-color: rgb(201,158,235); }
div.DivClassName
{
background-color: #C99EEB;
}
.BgClassName
{
background-color: #C99EEB;
}
</style>
border-color css
<style>
span { border-color: #C99EEB; }
span { border-color: rgb(201,158,235); }
td.TdClassName
{
border-color: #C99EEB;
}
.TagClassName
{
border-color: #C99EEB;
}
</style>