Shades of Wisteria #C48BFB
Tints of Wisteria #C48BFB
RGB
CMYK
RGB Variations
Color information
#C48BFB (or 0xC48BFB) is known color: Wisteria. HEX triplet: C4, 8B and FB. RGB value is (196,139,251). Sum of RGB (Red+Green+Blue) = 196+139+251=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #C48BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFB is #3B7404. Grayscale: #A8A8A8. Windows color (decimal): -3896325 or 16485316. OLE color: 16485316.
HSL color Cylindrical-coordinate representation of color #C48BFB: hue angle of 270.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 139 | 251 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.02 |
| HSL | 270.54º | 0.93% | 0.76% | - |
| HSV(B) | 270.54º | 0.45% | 0.98% | - |
| XYZ | 49.41 | 37.17 | 95.84 | - |
| YUV | 168.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 251 | 0.22 | 0.45 | 0 | 0.02 | 270.54 | 0.93 | 0.76 |
| Hex | C4 | 8B | FB | 16 | 2D | 0 | 2 | 10F | 5D | 4C |
| Octal | 304 | 213 | 373 | 26 | 55 | 0 | 2 | 417 | 135 | 114 |
| Binary | 11000100 | 10001011 | 11111011 | 10110 | 101101 | 0 | 10 | 100001111 | 1011101 | 1001100 |
Color Harmonies of #C48BFB
Complementary color
Monochromatic Colors of #C48BFB
Black with #C48BFB
Text Example
Text Example
White with #C48BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BFB; }
p { color: rgb(196,139,251); }
H1.HeaderClassName
{
color: #C48BFB;
}
.AnyTagClassName
{
color: #C48BFB;
}
</style>
background-color css
<style>
a { background-color: #C48BFB; }
a { background-color: rgb(196,139,251); }
div.DivClassName
{
background-color: #C48BFB;
}
.BgClassName
{
background-color: #C48BFB;
}
</style>
border-color css
<style>
span { border-color: #C48BFB; }
span { border-color: rgb(196,139,251); }
td.TdClassName
{
border-color: #C48BFB;
}
.TagClassName
{
border-color: #C48BFB;
}
</style>