Shades of Wisteria #C48CE9
Tints of Wisteria #C48CE9
RGB
CMYK
RGB Variations
Color information
#C48CE9 (or 0xC48CE9) is known color: Wisteria. HEX triplet: C4, 8C and E9. RGB value is (196,140,233). Sum of RGB (Red+Green+Blue) = 196+140+233=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #C48CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CE9 is #3B7316. Grayscale: #A7A7A7. Windows color (decimal): -3896087 or 15305924. OLE color: 15305924.
HSL color Cylindrical-coordinate representation of color #C48CE9: hue angle of 276.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48CE9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 140 | 233 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.09 |
| HSL | 276.13º | 0.68% | 0.73% | - |
| HSV(B) | 276.13º | 0.4% | 0.91% | - |
| XYZ | 46.85 | 36.38 | 81.64 | - |
| YUV | 167.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 233 | 0.16 | 0.40 | 0 | 0.09 | 276.13 | 0.68 | 0.73 |
| Hex | C4 | 8C | E9 | 10 | 28 | 0 | 9 | 114 | 44 | 49 |
| Octal | 304 | 214 | 351 | 20 | 50 | 0 | 11 | 424 | 104 | 111 |
| Binary | 11000100 | 10001100 | 11101001 | 10000 | 101000 | 0 | 1001 | 100010100 | 1000100 | 1001001 |
Color Harmonies of #C48CE9
Complementary color
Monochromatic Colors of #C48CE9
Black with #C48CE9
Text Example
Text Example
White with #C48CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CE9; }
p { color: rgb(196,140,233); }
H1.HeaderClassName
{
color: #C48CE9;
}
.AnyTagClassName
{
color: #C48CE9;
}
</style>
background-color css
<style>
a { background-color: #C48CE9; }
a { background-color: rgb(196,140,233); }
div.DivClassName
{
background-color: #C48CE9;
}
.BgClassName
{
background-color: #C48CE9;
}
</style>
border-color css
<style>
span { border-color: #C48CE9; }
span { border-color: rgb(196,140,233); }
td.TdClassName
{
border-color: #C48CE9;
}
.TagClassName
{
border-color: #C48CE9;
}
</style>