Shades of Wisteria #C48AD0
Tints of Wisteria #C48AD0
RGB
CMYK
RGB Variations
Color information
#C48AD0 (or 0xC48AD0) is known color: Wisteria. HEX triplet: C4, 8A and D0. RGB value is (196,138,208). Sum of RGB (Red+Green+Blue) = 196+138+208=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C48AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AD0 is #3B752F. Grayscale: #A3A3A3. Windows color (decimal): -3896624 or 13667012. OLE color: 13667012.
HSL color Cylindrical-coordinate representation of color #C48AD0: hue angle of 289.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48AD0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 138 | 208 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.18 |
| HSL | 289.71º | 0.43% | 0.68% | - |
| HSV(B) | 289.71º | 0.34% | 0.82% | - |
| XYZ | 43.24 | 34.47 | 64.05 | - |
| YUV | 163.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 208 | 0.06 | 0.34 | 0 | 0.18 | 289.71 | 0.43 | 0.68 |
| Hex | C4 | 8A | D0 | 6 | 22 | 0 | 12 | 122 | 2B | 44 |
| Octal | 304 | 212 | 320 | 6 | 42 | 0 | 22 | 442 | 53 | 104 |
| Binary | 11000100 | 10001010 | 11010000 | 110 | 100010 | 0 | 10010 | 100100010 | 101011 | 1000100 |
Color Harmonies of #C48AD0
Complementary color
Monochromatic Colors of #C48AD0
Black with #C48AD0
Text Example
Text Example
White with #C48AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AD0; }
p { color: rgb(196,138,208); }
H1.HeaderClassName
{
color: #C48AD0;
}
.AnyTagClassName
{
color: #C48AD0;
}
</style>
background-color css
<style>
a { background-color: #C48AD0; }
a { background-color: rgb(196,138,208); }
div.DivClassName
{
background-color: #C48AD0;
}
.BgClassName
{
background-color: #C48AD0;
}
</style>
border-color css
<style>
span { border-color: #C48AD0; }
span { border-color: rgb(196,138,208); }
td.TdClassName
{
border-color: #C48AD0;
}
.TagClassName
{
border-color: #C48AD0;
}
</style>