Shades of Wisteria #C99FE5
Tints of Wisteria #C99FE5
RGB
CMYK
RGB Variations
Color information
#C99FE5 (or 0xC99FE5) is known color: Wisteria. HEX triplet: C9, 9F and E5. RGB value is (201,159,229). Sum of RGB (Red+Green+Blue) = 201+159+229=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #C99FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FE5 is #36601A. Grayscale: #B3B3B3. Windows color (decimal): -3563547 or 15048649. OLE color: 15048649.
HSL color Cylindrical-coordinate representation of color #C99FE5: hue angle of 276º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99FE5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 159 | 229 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.10 |
| HSL | 276º | 0.57% | 0.76% | - |
| HSV(B) | 276º | 0.31% | 0.9% | - |
| XYZ | 50.63 | 42.87 | 79.74 | - |
| YUV | 179.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 229 | 0.12 | 0.31 | 0 | 0.10 | 276 | 0.57 | 0.76 |
| Hex | C9 | 9F | E5 | C | 1F | 0 | A | 114 | 39 | 4C |
| Octal | 311 | 237 | 345 | 14 | 37 | 0 | 12 | 424 | 71 | 114 |
| Binary | 11001001 | 10011111 | 11100101 | 1100 | 11111 | 0 | 1010 | 100010100 | 111001 | 1001100 |
Color Harmonies of #C99FE5
Complementary color
Monochromatic Colors of #C99FE5
Black with #C99FE5
Text Example
Text Example
White with #C99FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FE5; }
p { color: rgb(201,159,229); }
H1.HeaderClassName
{
color: #C99FE5;
}
.AnyTagClassName
{
color: #C99FE5;
}
</style>
background-color css
<style>
a { background-color: #C99FE5; }
a { background-color: rgb(201,159,229); }
div.DivClassName
{
background-color: #C99FE5;
}
.BgClassName
{
background-color: #C99FE5;
}
</style>
border-color css
<style>
span { border-color: #C99FE5; }
span { border-color: rgb(201,159,229); }
td.TdClassName
{
border-color: #C99FE5;
}
.TagClassName
{
border-color: #C99FE5;
}
</style>