Shades of Wisteria #C49ADF
Tints of Wisteria #C49ADF
RGB
CMYK
RGB Variations
Color information
#C49ADF (or 0xC49ADF) is known color: Wisteria. HEX triplet: C4, 9A and DF. RGB value is (196,154,223). Sum of RGB (Red+Green+Blue) = 196+154+223=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C49ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ADF is #3B6520. Grayscale: #AEAEAE. Windows color (decimal): -3892513 or 14654148. OLE color: 14654148.
HSL color Cylindrical-coordinate representation of color #C49ADF: hue angle of 276.52º 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 #C49ADF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 154 | 223 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.13 |
| HSL | 276.52º | 0.52% | 0.74% | - |
| HSV(B) | 276.52º | 0.31% | 0.87% | - |
| XYZ | 47.64 | 40.17 | 75.06 | - |
| YUV | 174.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 223 | 0.12 | 0.31 | 0 | 0.13 | 276.52 | 0.52 | 0.74 |
| Hex | C4 | 9A | DF | C | 1F | 0 | D | 115 | 34 | 4A |
| Octal | 304 | 232 | 337 | 14 | 37 | 0 | 15 | 425 | 64 | 112 |
| Binary | 11000100 | 10011010 | 11011111 | 1100 | 11111 | 0 | 1101 | 100010101 | 110100 | 1001010 |
Color Harmonies of #C49ADF
Complementary color
Monochromatic Colors of #C49ADF
Black with #C49ADF
Text Example
Text Example
White with #C49ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ADF; }
p { color: rgb(196,154,223); }
H1.HeaderClassName
{
color: #C49ADF;
}
.AnyTagClassName
{
color: #C49ADF;
}
</style>
background-color css
<style>
a { background-color: #C49ADF; }
a { background-color: rgb(196,154,223); }
div.DivClassName
{
background-color: #C49ADF;
}
.BgClassName
{
background-color: #C49ADF;
}
</style>
border-color css
<style>
span { border-color: #C49ADF; }
span { border-color: rgb(196,154,223); }
td.TdClassName
{
border-color: #C49ADF;
}
.TagClassName
{
border-color: #C49ADF;
}
</style>