Shades of Wisteria #C48FFB
Tints of Wisteria #C48FFB
RGB
CMYK
RGB Variations
Color information
#C48FFB (or 0xC48FFB) is known color: Wisteria. HEX triplet: C4, 8F and FB. RGB value is (196,143,251). Sum of RGB (Red+Green+Blue) = 196+143+251=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #C48FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFB is #3B7004. Grayscale: #AAAAAA. Windows color (decimal): -3895301 or 16486340. OLE color: 16486340.
HSL color Cylindrical-coordinate representation of color #C48FFB: hue angle of 269.44º degrees, saturation: 0.93, 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 #C48FFB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 143 | 251 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 269.44º | 0.93% | 0.77% | - |
| HSV(B) | 269.44º | 0.43% | 0.98% | - |
| XYZ | 50 | 38.35 | 96.03 | - |
| YUV | 171.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 251 | 0.22 | 0.43 | 0 | 0.02 | 269.44 | 0.93 | 0.77 |
| Hex | C4 | 8F | FB | 16 | 2B | 0 | 2 | 10D | 5D | 4D |
| Octal | 304 | 217 | 373 | 26 | 53 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000100 | 10001111 | 11111011 | 10110 | 101011 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C48FFB
Complementary color
Monochromatic Colors of #C48FFB
Black with #C48FFB
Text Example
Text Example
White with #C48FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FFB; }
p { color: rgb(196,143,251); }
H1.HeaderClassName
{
color: #C48FFB;
}
.AnyTagClassName
{
color: #C48FFB;
}
</style>
background-color css
<style>
a { background-color: #C48FFB; }
a { background-color: rgb(196,143,251); }
div.DivClassName
{
background-color: #C48FFB;
}
.BgClassName
{
background-color: #C48FFB;
}
</style>
border-color css
<style>
span { border-color: #C48FFB; }
span { border-color: rgb(196,143,251); }
td.TdClassName
{
border-color: #C48FFB;
}
.TagClassName
{
border-color: #C48FFB;
}
</style>