Shades of Wisteria #C99AD7
Tints of Wisteria #C99AD7
RGB
CMYK
RGB Variations
Color information
#C99AD7 (or 0xC99AD7) is known color: Wisteria. HEX triplet: C9, 9A and D7. RGB value is (201,154,215). Sum of RGB (Red+Green+Blue) = 201+154+215=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #C99AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD7 is #366528. Grayscale: #AEAEAE. Windows color (decimal): -3564841 or 14129865. OLE color: 14129865.
HSL color Cylindrical-coordinate representation of color #C99AD7: hue angle of 286.23º degrees, saturation: 0.43, 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 #C99AD7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 154 | 215 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.16 |
| HSL | 286.23º | 0.43% | 0.72% | - |
| HSV(B) | 286.23º | 0.28% | 0.84% | - |
| XYZ | 47.91 | 40.44 | 69.57 | - |
| YUV | 175.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 215 | 0.07 | 0.28 | 0 | 0.16 | 286.23 | 0.43 | 0.72 |
| Hex | C9 | 9A | D7 | 7 | 1C | 0 | 10 | 11E | 2B | 48 |
| Octal | 311 | 232 | 327 | 7 | 34 | 0 | 20 | 436 | 53 | 110 |
| Binary | 11001001 | 10011010 | 11010111 | 111 | 11100 | 0 | 10000 | 100011110 | 101011 | 1001000 |
Color Harmonies of #C99AD7
Complementary color
Monochromatic Colors of #C99AD7
Black with #C99AD7
Text Example
Text Example
White with #C99AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD7; }
p { color: rgb(201,154,215); }
H1.HeaderClassName
{
color: #C99AD7;
}
.AnyTagClassName
{
color: #C99AD7;
}
</style>
background-color css
<style>
a { background-color: #C99AD7; }
a { background-color: rgb(201,154,215); }
div.DivClassName
{
background-color: #C99AD7;
}
.BgClassName
{
background-color: #C99AD7;
}
</style>
border-color css
<style>
span { border-color: #C99AD7; }
span { border-color: rgb(201,154,215); }
td.TdClassName
{
border-color: #C99AD7;
}
.TagClassName
{
border-color: #C99AD7;
}
</style>