Shades of Wisteria #C99ADA
Tints of Wisteria #C99ADA
RGB
CMYK
RGB Variations
Color information
#C99ADA (or 0xC99ADA) is known color: Wisteria. HEX triplet: C9, 9A and DA. RGB value is (201,154,218). Sum of RGB (Red+Green+Blue) = 201+154+218=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADA is #366525. Grayscale: #AFAFAF. Windows color (decimal): -3564838 or 14326473. OLE color: 14326473.
HSL color Cylindrical-coordinate representation of color #C99ADA: hue angle of 284.06º degrees, saturation: 0.46, 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 #C99ADA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 154 | 218 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.15 |
| HSL | 284.06º | 0.46% | 0.73% | - |
| HSV(B) | 284.06º | 0.29% | 0.85% | - |
| XYZ | 48.3 | 40.59 | 71.62 | - |
| YUV | 175.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 218 | 0.08 | 0.29 | 0 | 0.15 | 284.06 | 0.46 | 0.73 |
| Hex | C9 | 9A | DA | 8 | 1D | 0 | F | 11C | 2E | 49 |
| Octal | 311 | 232 | 332 | 10 | 35 | 0 | 17 | 434 | 56 | 111 |
| Binary | 11001001 | 10011010 | 11011010 | 1000 | 11101 | 0 | 1111 | 100011100 | 101110 | 1001001 |
Color Harmonies of #C99ADA
Complementary color
Monochromatic Colors of #C99ADA
Black with #C99ADA
Text Example
Text Example
White with #C99ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ADA; }
p { color: rgb(201,154,218); }
H1.HeaderClassName
{
color: #C99ADA;
}
.AnyTagClassName
{
color: #C99ADA;
}
</style>
background-color css
<style>
a { background-color: #C99ADA; }
a { background-color: rgb(201,154,218); }
div.DivClassName
{
background-color: #C99ADA;
}
.BgClassName
{
background-color: #C99ADA;
}
</style>
border-color css
<style>
span { border-color: #C99ADA; }
span { border-color: rgb(201,154,218); }
td.TdClassName
{
border-color: #C99ADA;
}
.TagClassName
{
border-color: #C99ADA;
}
</style>