Shades of Wisteria #C48FFF
Tints of Wisteria #C48FFF
RGB
CMYK
RGB Variations
Color information
#C48FFF (or 0xC48FFF) is known color: Wisteria. HEX triplet: C4, 8F and FF. RGB value is (196,143,255). Sum of RGB (Red+Green+Blue) = 196+143+255=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFF is #3B7000. Grayscale: #ABABAB. Windows color (decimal): -3895297 or 16748484. OLE color: 16748484.
HSL color Cylindrical-coordinate representation of color #C48FFF: hue angle of 268.39º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48FFF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 143 | 255 | - |
| CMYK | 0.23 | 0.44 | 0 | 0 |
| HSL | 268.39º | 1% | 0.78% | - |
| HSV(B) | 268.39º | 0.44% | 1% | - |
| XYZ | 50.64 | 38.6 | 99.39 | - |
| YUV | 171.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 255 | 0.23 | 0.44 | 0 | 0 | 268.39 | 1 | 0.78 |
| Hex | C4 | 8F | FF | 17 | 2C | 0 | 0 | 10C | 64 | 4E |
| Octal | 304 | 217 | 377 | 27 | 54 | 0 | 0 | 414 | 144 | 116 |
| Binary | 11000100 | 10001111 | 11111111 | 10111 | 101100 | 0 | 0 | 100001100 | 1100100 | 1001110 |
Color Harmonies of #C48FFF
Complementary color
Monochromatic Colors of #C48FFF
Black with #C48FFF
Text Example
Text Example
White with #C48FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FFF; }
p { color: rgb(196,143,255); }
H1.HeaderClassName
{
color: #C48FFF;
}
.AnyTagClassName
{
color: #C48FFF;
}
</style>
background-color css
<style>
a { background-color: #C48FFF; }
a { background-color: rgb(196,143,255); }
div.DivClassName
{
background-color: #C48FFF;
}
.BgClassName
{
background-color: #C48FFF;
}
</style>
border-color css
<style>
span { border-color: #C48FFF; }
span { border-color: rgb(196,143,255); }
td.TdClassName
{
border-color: #C48FFF;
}
.TagClassName
{
border-color: #C48FFF;
}
</style>