Shades of Wisteria #C48FEC
Tints of Wisteria #C48FEC
RGB
CMYK
RGB Variations
Color information
#C48FEC (or 0xC48FEC) is known color: Wisteria. HEX triplet: C4, 8F and EC. RGB value is (196,143,236). Sum of RGB (Red+Green+Blue) = 196+143+236=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEC is #3B7013. Grayscale: #A9A9A9. Windows color (decimal): -3895316 or 15503300. OLE color: 15503300.
HSL color Cylindrical-coordinate representation of color #C48FEC: hue angle of 274.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48FEC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 143 | 236 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.07 |
| HSL | 274.19º | 0.71% | 0.74% | - |
| HSV(B) | 274.19º | 0.39% | 0.93% | - |
| XYZ | 47.73 | 37.44 | 84.07 | - |
| YUV | 169.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 236 | 0.17 | 0.39 | 0 | 0.07 | 274.19 | 0.71 | 0.74 |
| Hex | C4 | 8F | EC | 11 | 27 | 0 | 7 | 112 | 47 | 4A |
| Octal | 304 | 217 | 354 | 21 | 47 | 0 | 7 | 422 | 107 | 112 |
| Binary | 11000100 | 10001111 | 11101100 | 10001 | 100111 | 0 | 111 | 100010010 | 1000111 | 1001010 |
Color Harmonies of #C48FEC
Complementary color
Monochromatic Colors of #C48FEC
Black with #C48FEC
Text Example
Text Example
White with #C48FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FEC; }
p { color: rgb(196,143,236); }
H1.HeaderClassName
{
color: #C48FEC;
}
.AnyTagClassName
{
color: #C48FEC;
}
</style>
background-color css
<style>
a { background-color: #C48FEC; }
a { background-color: rgb(196,143,236); }
div.DivClassName
{
background-color: #C48FEC;
}
.BgClassName
{
background-color: #C48FEC;
}
</style>
border-color css
<style>
span { border-color: #C48FEC; }
span { border-color: rgb(196,143,236); }
td.TdClassName
{
border-color: #C48FEC;
}
.TagClassName
{
border-color: #C48FEC;
}
</style>