Shades of Lilac #C385BF
Tints of Lilac #C385BF
RGB
CMYK
RGB Variations
Color information
#C385BF (or 0xC385BF) is known color: Lilac. HEX triplet: C3, 85 and BF. RGB value is (195,133,191). Sum of RGB (Red+Green+Blue) = 195+133+191=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BF is #3C7A40. Grayscale: #9D9D9D. Windows color (decimal): -3963457 or 12551619. OLE color: 12551619.
HSL color Cylindrical-coordinate representation of color #C385BF: hue angle of 303.87º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385BF is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 191 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.24 |
| HSL | 303.87º | 0.34% | 0.64% | - |
| HSV(B) | 303.87º | 0.32% | 0.76% | - |
| XYZ | 40.3 | 32.14 | 53.37 | - |
| YUV | 158.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 191 | 0 | 0.32 | 0.02 | 0.24 | 303.87 | 0.34 | 0.64 |
| Hex | C3 | 85 | BF | 0 | 20 | 2 | 18 | 130 | 22 | 40 |
| Octal | 303 | 205 | 277 | 0 | 40 | 2 | 30 | 460 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10111111 | 0 | 100000 | 10 | 11000 | 100110000 | 100010 | 1000000 |
Color Harmonies of #C385BF
Complementary color
Monochromatic Colors of #C385BF
Black with #C385BF
Text Example
Text Example
White with #C385BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385BF; }
p { color: rgb(195,133,191); }
H1.HeaderClassName
{
color: #C385BF;
}
.AnyTagClassName
{
color: #C385BF;
}
</style>
background-color css
<style>
a { background-color: #C385BF; }
a { background-color: rgb(195,133,191); }
div.DivClassName
{
background-color: #C385BF;
}
.BgClassName
{
background-color: #C385BF;
}
</style>
border-color css
<style>
span { border-color: #C385BF; }
span { border-color: rgb(195,133,191); }
td.TdClassName
{
border-color: #C385BF;
}
.TagClassName
{
border-color: #C385BF;
}
</style>