Shades of Wisteria #C99ADF
Tints of Wisteria #C99ADF
RGB
CMYK
RGB Variations
Color information
#C99ADF (or 0xC99ADF) is known color: Wisteria. HEX triplet: C9, 9A and DF. RGB value is (201,154,223). Sum of RGB (Red+Green+Blue) = 201+154+223=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADF is #366520. Grayscale: #AFAFAF. Windows color (decimal): -3564833 or 14654153. OLE color: 14654153.
HSL color Cylindrical-coordinate representation of color #C99ADF: hue angle of 280.87º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99ADF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 154 | 223 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.13 |
| HSL | 280.87º | 0.52% | 0.74% | - |
| HSV(B) | 280.87º | 0.31% | 0.87% | - |
| XYZ | 48.96 | 40.86 | 75.12 | - |
| YUV | 175.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 223 | 0.10 | 0.31 | 0 | 0.13 | 280.87 | 0.52 | 0.74 |
| Hex | C9 | 9A | DF | A | 1F | 0 | D | 119 | 34 | 4A |
| Octal | 311 | 232 | 337 | 12 | 37 | 0 | 15 | 431 | 64 | 112 |
| Binary | 11001001 | 10011010 | 11011111 | 1010 | 11111 | 0 | 1101 | 100011001 | 110100 | 1001010 |
Color Harmonies of #C99ADF
Complementary color
Monochromatic Colors of #C99ADF
Black with #C99ADF
Text Example
Text Example
White with #C99ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ADF; }
p { color: rgb(201,154,223); }
H1.HeaderClassName
{
color: #C99ADF;
}
.AnyTagClassName
{
color: #C99ADF;
}
</style>
background-color css
<style>
a { background-color: #C99ADF; }
a { background-color: rgb(201,154,223); }
div.DivClassName
{
background-color: #C99ADF;
}
.BgClassName
{
background-color: #C99ADF;
}
</style>
border-color css
<style>
span { border-color: #C99ADF; }
span { border-color: rgb(201,154,223); }
td.TdClassName
{
border-color: #C99ADF;
}
.TagClassName
{
border-color: #C99ADF;
}
</style>