Shades of Lilac #C483BF
Tints of Lilac #C483BF
RGB
CMYK
RGB Variations
Color information
#C483BF (or 0xC483BF) is known color: Lilac. HEX triplet: C4, 83 and BF. RGB value is (196,131,191). Sum of RGB (Red+Green+Blue) = 196+131+191=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BF is #3B7C40. Grayscale: #9D9D9D. Windows color (decimal): -3898433 or 12551108. OLE color: 12551108.
HSL color Cylindrical-coordinate representation of color #C483BF: hue angle of 304.62º 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 #C483BF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 191 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.23 |
| HSL | 304.62º | 0.36% | 0.64% | - |
| HSV(B) | 304.62º | 0.33% | 0.77% | - |
| XYZ | 40.29 | 31.73 | 53.29 | - |
| YUV | 157.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 191 | 0 | 0.33 | 0.03 | 0.23 | 304.62 | 0.36 | 0.64 |
| Hex | C4 | 83 | BF | 0 | 21 | 3 | 17 | 131 | 24 | 40 |
| Octal | 304 | 203 | 277 | 0 | 41 | 3 | 27 | 461 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10111111 | 0 | 100001 | 11 | 10111 | 100110001 | 100100 | 1000000 |
Color Harmonies of #C483BF
Complementary color
Monochromatic Colors of #C483BF
Black with #C483BF
Text Example
Text Example
White with #C483BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483BF; }
p { color: rgb(196,131,191); }
H1.HeaderClassName
{
color: #C483BF;
}
.AnyTagClassName
{
color: #C483BF;
}
</style>
background-color css
<style>
a { background-color: #C483BF; }
a { background-color: rgb(196,131,191); }
div.DivClassName
{
background-color: #C483BF;
}
.BgClassName
{
background-color: #C483BF;
}
</style>
border-color css
<style>
span { border-color: #C483BF; }
span { border-color: rgb(196,131,191); }
td.TdClassName
{
border-color: #C483BF;
}
.TagClassName
{
border-color: #C483BF;
}
</style>