Shades of Wisteria #C99AD9
Tints of Wisteria #C99AD9
RGB
CMYK
RGB Variations
Color information
#C99AD9 (or 0xC99AD9) is known color: Wisteria. HEX triplet: C9, 9A and D9. RGB value is (201,154,217). Sum of RGB (Red+Green+Blue) = 201+154+217=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #C99AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD9 is #366526. Grayscale: #AFAFAF. Windows color (decimal): -3564839 or 14260937. OLE color: 14260937.
HSL color Cylindrical-coordinate representation of color #C99AD9: hue angle of 284.76º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99AD9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 154 | 217 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.15 |
| HSL | 284.76º | 0.45% | 0.73% | - |
| HSV(B) | 284.76º | 0.29% | 0.85% | - |
| XYZ | 48.17 | 40.54 | 70.93 | - |
| YUV | 175.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 217 | 0.07 | 0.29 | 0 | 0.15 | 284.76 | 0.45 | 0.73 |
| Hex | C9 | 9A | D9 | 7 | 1D | 0 | F | 11D | 2D | 49 |
| Octal | 311 | 232 | 331 | 7 | 35 | 0 | 17 | 435 | 55 | 111 |
| Binary | 11001001 | 10011010 | 11011001 | 111 | 11101 | 0 | 1111 | 100011101 | 101101 | 1001001 |
Color Harmonies of #C99AD9
Complementary color
Monochromatic Colors of #C99AD9
Black with #C99AD9
Text Example
Text Example
White with #C99AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD9; }
p { color: rgb(201,154,217); }
H1.HeaderClassName
{
color: #C99AD9;
}
.AnyTagClassName
{
color: #C99AD9;
}
</style>
background-color css
<style>
a { background-color: #C99AD9; }
a { background-color: rgb(201,154,217); }
div.DivClassName
{
background-color: #C99AD9;
}
.BgClassName
{
background-color: #C99AD9;
}
</style>
border-color css
<style>
span { border-color: #C99AD9; }
span { border-color: rgb(201,154,217); }
td.TdClassName
{
border-color: #C99AD9;
}
.TagClassName
{
border-color: #C99AD9;
}
</style>