Shades of Wisteria #C99AD5
Tints of Wisteria #C99AD5
RGB
CMYK
RGB Variations
Color information
#C99AD5 (or 0xC99AD5) is known color: Wisteria. HEX triplet: C9, 9A and D5. RGB value is (201,154,213). Sum of RGB (Red+Green+Blue) = 201+154+213=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #C99AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD5 is #36652A. Grayscale: #AEAEAE. Windows color (decimal): -3564843 or 13998793. OLE color: 13998793.
HSL color Cylindrical-coordinate representation of color #C99AD5: hue angle of 287.8º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99AD5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 154 | 213 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.16 |
| HSL | 287.8º | 0.41% | 0.72% | - |
| HSV(B) | 287.8º | 0.28% | 0.84% | - |
| XYZ | 47.65 | 40.33 | 68.22 | - |
| YUV | 174.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 213 | 0.06 | 0.28 | 0 | 0.16 | 287.8 | 0.41 | 0.72 |
| Hex | C9 | 9A | D5 | 6 | 1C | 0 | 10 | 120 | 29 | 48 |
| Octal | 311 | 232 | 325 | 6 | 34 | 0 | 20 | 440 | 51 | 110 |
| Binary | 11001001 | 10011010 | 11010101 | 110 | 11100 | 0 | 10000 | 100100000 | 101001 | 1001000 |
Color Harmonies of #C99AD5
Complementary color
Monochromatic Colors of #C99AD5
Black with #C99AD5
Text Example
Text Example
White with #C99AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD5; }
p { color: rgb(201,154,213); }
H1.HeaderClassName
{
color: #C99AD5;
}
.AnyTagClassName
{
color: #C99AD5;
}
</style>
background-color css
<style>
a { background-color: #C99AD5; }
a { background-color: rgb(201,154,213); }
div.DivClassName
{
background-color: #C99AD5;
}
.BgClassName
{
background-color: #C99AD5;
}
</style>
border-color css
<style>
span { border-color: #C99AD5; }
span { border-color: rgb(201,154,213); }
td.TdClassName
{
border-color: #C99AD5;
}
.TagClassName
{
border-color: #C99AD5;
}
</style>