Shades of Wisteria #C99FE3
Tints of Wisteria #C99FE3
RGB
CMYK
RGB Variations
Color information
#C99FE3 (or 0xC99FE3) is known color: Wisteria. HEX triplet: C9, 9F and E3. RGB value is (201,159,227). Sum of RGB (Red+Green+Blue) = 201+159+227=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #C99FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FE3 is #36601C. Grayscale: #B3B3B3. Windows color (decimal): -3563549 or 14917577. OLE color: 14917577.
HSL color Cylindrical-coordinate representation of color #C99FE3: hue angle of 277.06º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99FE3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 159 | 227 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.11 |
| HSL | 277.06º | 0.55% | 0.76% | - |
| HSV(B) | 277.06º | 0.3% | 0.89% | - |
| XYZ | 50.35 | 42.76 | 78.27 | - |
| YUV | 179.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 227 | 0.11 | 0.30 | 0 | 0.11 | 277.06 | 0.55 | 0.76 |
| Hex | C9 | 9F | E3 | B | 1E | 0 | B | 115 | 37 | 4C |
| Octal | 311 | 237 | 343 | 13 | 36 | 0 | 13 | 425 | 67 | 114 |
| Binary | 11001001 | 10011111 | 11100011 | 1011 | 11110 | 0 | 1011 | 100010101 | 110111 | 1001100 |
Color Harmonies of #C99FE3
Complementary color
Monochromatic Colors of #C99FE3
Black with #C99FE3
Text Example
Text Example
White with #C99FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FE3; }
p { color: rgb(201,159,227); }
H1.HeaderClassName
{
color: #C99FE3;
}
.AnyTagClassName
{
color: #C99FE3;
}
</style>
background-color css
<style>
a { background-color: #C99FE3; }
a { background-color: rgb(201,159,227); }
div.DivClassName
{
background-color: #C99FE3;
}
.BgClassName
{
background-color: #C99FE3;
}
</style>
border-color css
<style>
span { border-color: #C99FE3; }
span { border-color: rgb(201,159,227); }
td.TdClassName
{
border-color: #C99FE3;
}
.TagClassName
{
border-color: #C99FE3;
}
</style>