Shades of Lilac #C48FCC
Tints of Lilac #C48FCC
RGB
CMYK
RGB Variations
Color information
#C48FCC (or 0xC48FCC) is known color: Lilac. HEX triplet: C4, 8F and CC. RGB value is (196,143,204). Sum of RGB (Red+Green+Blue) = 196+143+204=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCC is #3B7033. Grayscale: #A5A5A5. Windows color (decimal): -3895348 or 13406148. OLE color: 13406148.
HSL color Cylindrical-coordinate representation of color #C48FCC: hue angle of 292.13º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48FCC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 143 | 204 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.2 |
| HSL | 292.13º | 0.37% | 0.68% | - |
| HSV(B) | 292.13º | 0.3% | 0.8% | - |
| XYZ | 43.49 | 35.74 | 61.73 | - |
| YUV | 165.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 204 | 0.04 | 0.30 | 0 | 0.2 | 292.13 | 0.37 | 0.68 |
| Hex | C4 | 8F | CC | 4 | 1E | 0 | 14 | 124 | 25 | 44 |
| Octal | 304 | 217 | 314 | 4 | 36 | 0 | 24 | 444 | 45 | 104 |
| Binary | 11000100 | 10001111 | 11001100 | 100 | 11110 | 0 | 10100 | 100100100 | 100101 | 1000100 |
Color Harmonies of #C48FCC
Complementary color
Monochromatic Colors of #C48FCC
Black with #C48FCC
Text Example
Text Example
White with #C48FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FCC; }
p { color: rgb(196,143,204); }
H1.HeaderClassName
{
color: #C48FCC;
}
.AnyTagClassName
{
color: #C48FCC;
}
</style>
background-color css
<style>
a { background-color: #C48FCC; }
a { background-color: rgb(196,143,204); }
div.DivClassName
{
background-color: #C48FCC;
}
.BgClassName
{
background-color: #C48FCC;
}
</style>
border-color css
<style>
span { border-color: #C48FCC; }
span { border-color: rgb(196,143,204); }
td.TdClassName
{
border-color: #C48FCC;
}
.TagClassName
{
border-color: #C48FCC;
}
</style>