Shades of Wisteria #C99FEB
Tints of Wisteria #C99FEB
RGB
CMYK
RGB Variations
Color information
#C99FEB (or 0xC99FEB) is known color: Wisteria. HEX triplet: C9, 9F and EB. RGB value is (201,159,235). Sum of RGB (Red+Green+Blue) = 201+159+235=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FEB is #366014. Grayscale: #B3B3B3. Windows color (decimal): -3563541 or 15441865. OLE color: 15441865.
HSL color Cylindrical-coordinate representation of color #C99FEB: hue angle of 273.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99FEB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 159 | 235 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.08 |
| HSL | 273.16º | 0.66% | 0.77% | - |
| HSV(B) | 273.16º | 0.32% | 0.92% | - |
| XYZ | 51.48 | 43.21 | 84.22 | - |
| YUV | 180.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 235 | 0.14 | 0.32 | 0 | 0.08 | 273.16 | 0.66 | 0.77 |
| Hex | C9 | 9F | EB | E | 20 | 0 | 8 | 111 | 42 | 4D |
| Octal | 311 | 237 | 353 | 16 | 40 | 0 | 10 | 421 | 102 | 115 |
| Binary | 11001001 | 10011111 | 11101011 | 1110 | 100000 | 0 | 1000 | 100010001 | 1000010 | 1001101 |
Color Harmonies of #C99FEB
Complementary color
Monochromatic Colors of #C99FEB
Black with #C99FEB
Text Example
Text Example
White with #C99FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FEB; }
p { color: rgb(201,159,235); }
H1.HeaderClassName
{
color: #C99FEB;
}
.AnyTagClassName
{
color: #C99FEB;
}
</style>
background-color css
<style>
a { background-color: #C99FEB; }
a { background-color: rgb(201,159,235); }
div.DivClassName
{
background-color: #C99FEB;
}
.BgClassName
{
background-color: #C99FEB;
}
</style>
border-color css
<style>
span { border-color: #C99FEB; }
span { border-color: rgb(201,159,235); }
td.TdClassName
{
border-color: #C99FEB;
}
.TagClassName
{
border-color: #C99FEB;
}
</style>