Shades of Wisteria #C48DED
Tints of Wisteria #C48DED
RGB
CMYK
RGB Variations
Color information
#C48DED (or 0xC48DED) is known color: Wisteria. HEX triplet: C4, 8D and ED. RGB value is (196,141,237). Sum of RGB (Red+Green+Blue) = 196+141+237=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C48DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DED is #3B7212. Grayscale: #A8A8A8. Windows color (decimal): -3895827 or 15568324. OLE color: 15568324.
HSL color Cylindrical-coordinate representation of color #C48DED: hue angle of 274.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48DED is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 141 | 237 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 274.38º | 0.73% | 0.74% | - |
| HSV(B) | 274.38º | 0.41% | 0.93% | - |
| XYZ | 47.58 | 36.9 | 84.74 | - |
| YUV | 168.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 237 | 0.17 | 0.41 | 0 | 0.07 | 274.38 | 0.73 | 0.74 |
| Hex | C4 | 8D | ED | 11 | 29 | 0 | 7 | 112 | 49 | 4A |
| Octal | 304 | 215 | 355 | 21 | 51 | 0 | 7 | 422 | 111 | 112 |
| Binary | 11000100 | 10001101 | 11101101 | 10001 | 101001 | 0 | 111 | 100010010 | 1001001 | 1001010 |
Color Harmonies of #C48DED
Complementary color
Monochromatic Colors of #C48DED
Black with #C48DED
Text Example
Text Example
White with #C48DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DED; }
p { color: rgb(196,141,237); }
H1.HeaderClassName
{
color: #C48DED;
}
.AnyTagClassName
{
color: #C48DED;
}
</style>
background-color css
<style>
a { background-color: #C48DED; }
a { background-color: rgb(196,141,237); }
div.DivClassName
{
background-color: #C48DED;
}
.BgClassName
{
background-color: #C48DED;
}
</style>
border-color css
<style>
span { border-color: #C48DED; }
span { border-color: rgb(196,141,237); }
td.TdClassName
{
border-color: #C48DED;
}
.TagClassName
{
border-color: #C48DED;
}
</style>