Shades of Lilac #C483C0
Tints of Lilac #C483C0
RGB
CMYK
RGB Variations
Color information
#C483C0 (or 0xC483C0) is known color: Lilac. HEX triplet: C4, 83 and C0. RGB value is (196,131,192). Sum of RGB (Red+Green+Blue) = 196+131+192=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C483C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483C0 is #3B7C3F. Grayscale: #9D9D9D. Windows color (decimal): -3898432 or 12616644. OLE color: 12616644.
HSL color Cylindrical-coordinate representation of color #C483C0: hue angle of 303.69º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483C0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 192 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.23 |
| HSL | 303.69º | 0.36% | 0.64% | - |
| HSV(B) | 303.69º | 0.33% | 0.77% | - |
| XYZ | 40.4 | 31.77 | 53.87 | - |
| YUV | 157.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 192 | 0 | 0.33 | 0.02 | 0.23 | 303.69 | 0.36 | 0.64 |
| Hex | C4 | 83 | C0 | 0 | 21 | 2 | 17 | 130 | 24 | 40 |
| Octal | 304 | 203 | 300 | 0 | 41 | 2 | 27 | 460 | 44 | 100 |
| Binary | 11000100 | 10000011 | 11000000 | 0 | 100001 | 10 | 10111 | 100110000 | 100100 | 1000000 |
Color Harmonies of #C483C0
Complementary color
Monochromatic Colors of #C483C0
Black with #C483C0
Text Example
Text Example
White with #C483C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483C0; }
p { color: rgb(196,131,192); }
H1.HeaderClassName
{
color: #C483C0;
}
.AnyTagClassName
{
color: #C483C0;
}
</style>
background-color css
<style>
a { background-color: #C483C0; }
a { background-color: rgb(196,131,192); }
div.DivClassName
{
background-color: #C483C0;
}
.BgClassName
{
background-color: #C483C0;
}
</style>
border-color css
<style>
span { border-color: #C483C0; }
span { border-color: rgb(196,131,192); }
td.TdClassName
{
border-color: #C483C0;
}
.TagClassName
{
border-color: #C483C0;
}
</style>