Shades of Wisteria #C99AD4
Tints of Wisteria #C99AD4
RGB
CMYK
RGB Variations
Color information
#C99AD4 (or 0xC99AD4) is known color: Wisteria. HEX triplet: C9, 9A and D4. RGB value is (201,154,212). Sum of RGB (Red+Green+Blue) = 201+154+212=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #C99AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD4 is #36652B. Grayscale: #AEAEAE. Windows color (decimal): -3564844 or 13933257. OLE color: 13933257.
HSL color Cylindrical-coordinate representation of color #C99AD4: hue angle of 288.62º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99AD4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 154 | 212 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.17 |
| HSL | 288.62º | 0.4% | 0.72% | - |
| HSV(B) | 288.62º | 0.27% | 0.83% | - |
| XYZ | 47.53 | 40.28 | 67.56 | - |
| YUV | 174.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 212 | 0.05 | 0.27 | 0 | 0.17 | 288.62 | 0.4 | 0.72 |
| Hex | C9 | 9A | D4 | 5 | 1B | 0 | 11 | 121 | 28 | 48 |
| Octal | 311 | 232 | 324 | 5 | 33 | 0 | 21 | 441 | 50 | 110 |
| Binary | 11001001 | 10011010 | 11010100 | 101 | 11011 | 0 | 10001 | 100100001 | 101000 | 1001000 |
Color Harmonies of #C99AD4
Complementary color
Monochromatic Colors of #C99AD4
Black with #C99AD4
Text Example
Text Example
White with #C99AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD4; }
p { color: rgb(201,154,212); }
H1.HeaderClassName
{
color: #C99AD4;
}
.AnyTagClassName
{
color: #C99AD4;
}
</style>
background-color css
<style>
a { background-color: #C99AD4; }
a { background-color: rgb(201,154,212); }
div.DivClassName
{
background-color: #C99AD4;
}
.BgClassName
{
background-color: #C99AD4;
}
</style>
border-color css
<style>
span { border-color: #C99AD4; }
span { border-color: rgb(201,154,212); }
td.TdClassName
{
border-color: #C99AD4;
}
.TagClassName
{
border-color: #C99AD4;
}
</style>