Shades of Wisteria #C48EDF
Tints of Wisteria #C48EDF
RGB
CMYK
RGB Variations
Color information
#C48EDF (or 0xC48EDF) is known color: Wisteria. HEX triplet: C4, 8E and DF. RGB value is (196,142,223). Sum of RGB (Red+Green+Blue) = 196+142+223=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C48EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDF is #3B7120. Grayscale: #A7A7A7. Windows color (decimal): -3895585 or 14651076. OLE color: 14651076.
HSL color Cylindrical-coordinate representation of color #C48EDF: hue angle of 280º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48EDF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 142 | 223 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.13 |
| HSL | 280º | 0.56% | 0.72% | - |
| HSV(B) | 280º | 0.36% | 0.87% | - |
| XYZ | 45.76 | 36.41 | 74.43 | - |
| YUV | 167.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 223 | 0.12 | 0.36 | 0 | 0.13 | 280 | 0.56 | 0.72 |
| Hex | C4 | 8E | DF | C | 24 | 0 | D | 118 | 38 | 48 |
| Octal | 304 | 216 | 337 | 14 | 44 | 0 | 15 | 430 | 70 | 110 |
| Binary | 11000100 | 10001110 | 11011111 | 1100 | 100100 | 0 | 1101 | 100011000 | 111000 | 1001000 |
Color Harmonies of #C48EDF
Complementary color
Monochromatic Colors of #C48EDF
Black with #C48EDF
Text Example
Text Example
White with #C48EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EDF; }
p { color: rgb(196,142,223); }
H1.HeaderClassName
{
color: #C48EDF;
}
.AnyTagClassName
{
color: #C48EDF;
}
</style>
background-color css
<style>
a { background-color: #C48EDF; }
a { background-color: rgb(196,142,223); }
div.DivClassName
{
background-color: #C48EDF;
}
.BgClassName
{
background-color: #C48EDF;
}
</style>
border-color css
<style>
span { border-color: #C48EDF; }
span { border-color: rgb(196,142,223); }
td.TdClassName
{
border-color: #C48EDF;
}
.TagClassName
{
border-color: #C48EDF;
}
</style>