Shades of Wisteria #C99FE6
Tints of Wisteria #C99FE6
RGB
CMYK
RGB Variations
Color information
#C99FE6 (or 0xC99FE6) is known color: Wisteria. HEX triplet: C9, 9F and E6. RGB value is (201,159,230). Sum of RGB (Red+Green+Blue) = 201+159+230=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #C99FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FE6 is #366019. Grayscale: #B3B3B3. Windows color (decimal): -3563546 or 15114185. OLE color: 15114185.
HSL color Cylindrical-coordinate representation of color #C99FE6: hue angle of 275.49º degrees, saturation: 0.59, 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 #C99FE6 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 159 | 230 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.10 |
| HSL | 275.49º | 0.59% | 0.76% | - |
| HSV(B) | 275.49º | 0.31% | 0.9% | - |
| XYZ | 50.77 | 42.93 | 80.47 | - |
| YUV | 179.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 230 | 0.13 | 0.31 | 0 | 0.10 | 275.49 | 0.59 | 0.76 |
| Hex | C9 | 9F | E6 | D | 1F | 0 | A | 113 | 3B | 4C |
| Octal | 311 | 237 | 346 | 15 | 37 | 0 | 12 | 423 | 73 | 114 |
| Binary | 11001001 | 10011111 | 11100110 | 1101 | 11111 | 0 | 1010 | 100010011 | 111011 | 1001100 |
Color Harmonies of #C99FE6
Complementary color
Monochromatic Colors of #C99FE6
Black with #C99FE6
Text Example
Text Example
White with #C99FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FE6; }
p { color: rgb(201,159,230); }
H1.HeaderClassName
{
color: #C99FE6;
}
.AnyTagClassName
{
color: #C99FE6;
}
</style>
background-color css
<style>
a { background-color: #C99FE6; }
a { background-color: rgb(201,159,230); }
div.DivClassName
{
background-color: #C99FE6;
}
.BgClassName
{
background-color: #C99FE6;
}
</style>
border-color css
<style>
span { border-color: #C99FE6; }
span { border-color: rgb(201,159,230); }
td.TdClassName
{
border-color: #C99FE6;
}
.TagClassName
{
border-color: #C99FE6;
}
</style>