Shades of Wisteria #C48FFA
Tints of Wisteria #C48FFA
RGB
CMYK
RGB Variations
Color information
#C48FFA (or 0xC48FFA) is known color: Wisteria. HEX triplet: C4, 8F and FA. RGB value is (196,143,250). Sum of RGB (Red+Green+Blue) = 196+143+250=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C48FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFA is #3B7005. Grayscale: #AAAAAA. Windows color (decimal): -3895302 or 16420804. OLE color: 16420804.
HSL color Cylindrical-coordinate representation of color #C48FFA: hue angle of 269.72º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48FFA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 143 | 250 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 269.72º | 0.91% | 0.77% | - |
| HSV(B) | 269.72º | 0.43% | 0.98% | - |
| XYZ | 49.84 | 38.28 | 95.2 | - |
| YUV | 171.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 250 | 0.22 | 0.43 | 0 | 0.02 | 269.72 | 0.91 | 0.77 |
| Hex | C4 | 8F | FA | 16 | 2B | 0 | 2 | 10E | 5B | 4D |
| Octal | 304 | 217 | 372 | 26 | 53 | 0 | 2 | 416 | 133 | 115 |
| Binary | 11000100 | 10001111 | 11111010 | 10110 | 101011 | 0 | 10 | 100001110 | 1011011 | 1001101 |
Color Harmonies of #C48FFA
Complementary color
Monochromatic Colors of #C48FFA
Black with #C48FFA
Text Example
Text Example
White with #C48FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FFA; }
p { color: rgb(196,143,250); }
H1.HeaderClassName
{
color: #C48FFA;
}
.AnyTagClassName
{
color: #C48FFA;
}
</style>
background-color css
<style>
a { background-color: #C48FFA; }
a { background-color: rgb(196,143,250); }
div.DivClassName
{
background-color: #C48FFA;
}
.BgClassName
{
background-color: #C48FFA;
}
</style>
border-color css
<style>
span { border-color: #C48FFA; }
span { border-color: rgb(196,143,250); }
td.TdClassName
{
border-color: #C48FFA;
}
.TagClassName
{
border-color: #C48FFA;
}
</style>