Shades of Wisteria #C49ADE
Tints of Wisteria #C49ADE
RGB
CMYK
RGB Variations
Color information
#C49ADE (or 0xC49ADE) is known color: Wisteria. HEX triplet: C4, 9A and DE. RGB value is (196,154,222). Sum of RGB (Red+Green+Blue) = 196+154+222=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ADE is #3B6521. Grayscale: #AEAEAE. Windows color (decimal): -3892514 or 14588612. OLE color: 14588612.
HSL color Cylindrical-coordinate representation of color #C49ADE: hue angle of 277.06º degrees, saturation: 0.51, 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 #C49ADE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 154 | 222 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.13 |
| HSL | 277.06º | 0.51% | 0.74% | - |
| HSV(B) | 277.06º | 0.31% | 0.87% | - |
| XYZ | 47.51 | 40.12 | 74.35 | - |
| YUV | 174.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 222 | 0.12 | 0.31 | 0 | 0.13 | 277.06 | 0.51 | 0.74 |
| Hex | C4 | 9A | DE | C | 1F | 0 | D | 115 | 33 | 4A |
| Octal | 304 | 232 | 336 | 14 | 37 | 0 | 15 | 425 | 63 | 112 |
| Binary | 11000100 | 10011010 | 11011110 | 1100 | 11111 | 0 | 1101 | 100010101 | 110011 | 1001010 |
Color Harmonies of #C49ADE
Complementary color
Monochromatic Colors of #C49ADE
Black with #C49ADE
Text Example
Text Example
White with #C49ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ADE; }
p { color: rgb(196,154,222); }
H1.HeaderClassName
{
color: #C49ADE;
}
.AnyTagClassName
{
color: #C49ADE;
}
</style>
background-color css
<style>
a { background-color: #C49ADE; }
a { background-color: rgb(196,154,222); }
div.DivClassName
{
background-color: #C49ADE;
}
.BgClassName
{
background-color: #C49ADE;
}
</style>
border-color css
<style>
span { border-color: #C49ADE; }
span { border-color: rgb(196,154,222); }
td.TdClassName
{
border-color: #C49ADE;
}
.TagClassName
{
border-color: #C49ADE;
}
</style>