Shades of Lilac #C481BF
Tints of Lilac #C481BF
RGB
CMYK
RGB Variations
Color information
#C481BF (or 0xC481BF) is known color: Lilac. HEX triplet: C4, 81 and BF. RGB value is (196,129,191). Sum of RGB (Red+Green+Blue) = 196+129+191=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BF is #3B7E40. Grayscale: #9B9B9B. Windows color (decimal): -3898945 or 12550596. OLE color: 12550596.
HSL color Cylindrical-coordinate representation of color #C481BF: hue angle of 304.48º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481BF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 191 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.23 |
| HSL | 304.48º | 0.36% | 0.64% | - |
| HSV(B) | 304.48º | 0.34% | 0.77% | - |
| XYZ | 40.02 | 31.2 | 53.2 | - |
| YUV | 156.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 191 | 0 | 0.34 | 0.03 | 0.23 | 304.48 | 0.36 | 0.64 |
| Hex | C4 | 81 | BF | 0 | 22 | 3 | 17 | 130 | 24 | 40 |
| Octal | 304 | 201 | 277 | 0 | 42 | 3 | 27 | 460 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10111111 | 0 | 100010 | 11 | 10111 | 100110000 | 100100 | 1000000 |
Color Harmonies of #C481BF
Complementary color
Monochromatic Colors of #C481BF
Black with #C481BF
Text Example
Text Example
White with #C481BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481BF; }
p { color: rgb(196,129,191); }
H1.HeaderClassName
{
color: #C481BF;
}
.AnyTagClassName
{
color: #C481BF;
}
</style>
background-color css
<style>
a { background-color: #C481BF; }
a { background-color: rgb(196,129,191); }
div.DivClassName
{
background-color: #C481BF;
}
.BgClassName
{
background-color: #C481BF;
}
</style>
border-color css
<style>
span { border-color: #C481BF; }
span { border-color: rgb(196,129,191); }
td.TdClassName
{
border-color: #C481BF;
}
.TagClassName
{
border-color: #C481BF;
}
</style>