Shades of Wisteria #C99FE1
Tints of Wisteria #C99FE1
RGB
CMYK
RGB Variations
Color information
#C99FE1 (or 0xC99FE1) is known color: Wisteria. HEX triplet: C9, 9F and E1. RGB value is (201,159,225). Sum of RGB (Red+Green+Blue) = 201+159+225=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #C99FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FE1 is #36601E. Grayscale: #B2B2B2. Windows color (decimal): -3563551 or 14786505. OLE color: 14786505.
HSL color Cylindrical-coordinate representation of color #C99FE1: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99FE1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 159 | 225 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.12 |
| HSL | 278.18º | 0.52% | 0.75% | - |
| HSV(B) | 278.18º | 0.29% | 0.88% | - |
| XYZ | 50.08 | 42.65 | 76.83 | - |
| YUV | 179.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 225 | 0.11 | 0.29 | 0 | 0.12 | 278.18 | 0.52 | 0.75 |
| Hex | C9 | 9F | E1 | B | 1D | 0 | C | 116 | 34 | 4B |
| Octal | 311 | 237 | 341 | 13 | 35 | 0 | 14 | 426 | 64 | 113 |
| Binary | 11001001 | 10011111 | 11100001 | 1011 | 11101 | 0 | 1100 | 100010110 | 110100 | 1001011 |
Color Harmonies of #C99FE1
Complementary color
Monochromatic Colors of #C99FE1
Black with #C99FE1
Text Example
Text Example
White with #C99FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FE1; }
p { color: rgb(201,159,225); }
H1.HeaderClassName
{
color: #C99FE1;
}
.AnyTagClassName
{
color: #C99FE1;
}
</style>
background-color css
<style>
a { background-color: #C99FE1; }
a { background-color: rgb(201,159,225); }
div.DivClassName
{
background-color: #C99FE1;
}
.BgClassName
{
background-color: #C99FE1;
}
</style>
border-color css
<style>
span { border-color: #C99FE1; }
span { border-color: rgb(201,159,225); }
td.TdClassName
{
border-color: #C99FE1;
}
.TagClassName
{
border-color: #C99FE1;
}
</style>