Shades of Wisteria #C48DD5
Tints of Wisteria #C48DD5
RGB
CMYK
RGB Variations
Color information
#C48DD5 (or 0xC48DD5) is known color: Wisteria. HEX triplet: C4, 8D and D5. RGB value is (196,141,213). Sum of RGB (Red+Green+Blue) = 196+141+213=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #C48DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DD5 is #3B722A. Grayscale: #A5A5A5. Windows color (decimal): -3895851 or 13995460. OLE color: 13995460.
HSL color Cylindrical-coordinate representation of color #C48DD5: hue angle of 285.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48DD5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 141 | 213 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.16 |
| HSL | 285.83º | 0.46% | 0.69% | - |
| HSV(B) | 285.83º | 0.34% | 0.84% | - |
| XYZ | 44.3 | 35.59 | 67.49 | - |
| YUV | 165.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 213 | 0.08 | 0.34 | 0 | 0.16 | 285.83 | 0.46 | 0.69 |
| Hex | C4 | 8D | D5 | 8 | 22 | 0 | 10 | 11E | 2E | 45 |
| Octal | 304 | 215 | 325 | 10 | 42 | 0 | 20 | 436 | 56 | 105 |
| Binary | 11000100 | 10001101 | 11010101 | 1000 | 100010 | 0 | 10000 | 100011110 | 101110 | 1000101 |
Color Harmonies of #C48DD5
Complementary color
Monochromatic Colors of #C48DD5
Black with #C48DD5
Text Example
Text Example
White with #C48DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DD5; }
p { color: rgb(196,141,213); }
H1.HeaderClassName
{
color: #C48DD5;
}
.AnyTagClassName
{
color: #C48DD5;
}
</style>
background-color css
<style>
a { background-color: #C48DD5; }
a { background-color: rgb(196,141,213); }
div.DivClassName
{
background-color: #C48DD5;
}
.BgClassName
{
background-color: #C48DD5;
}
</style>
border-color css
<style>
span { border-color: #C48DD5; }
span { border-color: rgb(196,141,213); }
td.TdClassName
{
border-color: #C48DD5;
}
.TagClassName
{
border-color: #C48DD5;
}
</style>