Shades of Wisteria #C48ADC
Tints of Wisteria #C48ADC
RGB
CMYK
RGB Variations
Color information
#C48ADC (or 0xC48ADC) is known color: Wisteria. HEX triplet: C4, 8A and DC. RGB value is (196,138,220). Sum of RGB (Red+Green+Blue) = 196+138+220=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C48ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ADC is #3B7523. Grayscale: #A4A4A4. Windows color (decimal): -3896612 or 14453444. OLE color: 14453444.
HSL color Cylindrical-coordinate representation of color #C48ADC: hue angle of 282.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48ADC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 138 | 220 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.14 |
| HSL | 282.44º | 0.54% | 0.7% | - |
| HSV(B) | 282.44º | 0.37% | 0.86% | - |
| XYZ | 44.77 | 35.08 | 72.12 | - |
| YUV | 164.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 220 | 0.11 | 0.37 | 0 | 0.14 | 282.44 | 0.54 | 0.7 |
| Hex | C4 | 8A | DC | B | 25 | 0 | E | 11A | 36 | 46 |
| Octal | 304 | 212 | 334 | 13 | 45 | 0 | 16 | 432 | 66 | 106 |
| Binary | 11000100 | 10001010 | 11011100 | 1011 | 100101 | 0 | 1110 | 100011010 | 110110 | 1000110 |
Color Harmonies of #C48ADC
Complementary color
Monochromatic Colors of #C48ADC
Black with #C48ADC
Text Example
Text Example
White with #C48ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ADC; }
p { color: rgb(196,138,220); }
H1.HeaderClassName
{
color: #C48ADC;
}
.AnyTagClassName
{
color: #C48ADC;
}
</style>
background-color css
<style>
a { background-color: #C48ADC; }
a { background-color: rgb(196,138,220); }
div.DivClassName
{
background-color: #C48ADC;
}
.BgClassName
{
background-color: #C48ADC;
}
</style>
border-color css
<style>
span { border-color: #C48ADC; }
span { border-color: rgb(196,138,220); }
td.TdClassName
{
border-color: #C48ADC;
}
.TagClassName
{
border-color: #C48ADC;
}
</style>