Shades of Lilac #C389BF
Tints of Lilac #C389BF
RGB
CMYK
RGB Variations
Color information
#C389BF (or 0xC389BF) is known color: Lilac. HEX triplet: C3, 89 and BF. RGB value is (195,137,191). Sum of RGB (Red+Green+Blue) = 195+137+191=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C389BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389BF is #3C7640. Grayscale: #A0A0A0. Windows color (decimal): -3962433 or 12552643. OLE color: 12552643.
HSL color Cylindrical-coordinate representation of color #C389BF: hue angle of 304.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 191 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 304.14º | 0.33% | 0.65% | - |
| HSV(B) | 304.14º | 0.3% | 0.76% | - |
| XYZ | 40.86 | 33.26 | 53.56 | - |
| YUV | 160.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 191 | 0 | 0.30 | 0.02 | 0.24 | 304.14 | 0.33 | 0.65 |
| Hex | C3 | 89 | BF | 0 | 1E | 2 | 18 | 130 | 21 | 41 |
| Octal | 303 | 211 | 277 | 0 | 36 | 2 | 30 | 460 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10111111 | 0 | 11110 | 10 | 11000 | 100110000 | 100001 | 1000001 |
Color Harmonies of #C389BF
Complementary color
Monochromatic Colors of #C389BF
Black with #C389BF
Text Example
Text Example
White with #C389BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389BF; }
p { color: rgb(195,137,191); }
H1.HeaderClassName
{
color: #C389BF;
}
.AnyTagClassName
{
color: #C389BF;
}
</style>
background-color css
<style>
a { background-color: #C389BF; }
a { background-color: rgb(195,137,191); }
div.DivClassName
{
background-color: #C389BF;
}
.BgClassName
{
background-color: #C389BF;
}
</style>
border-color css
<style>
span { border-color: #C389BF; }
span { border-color: rgb(195,137,191); }
td.TdClassName
{
border-color: #C389BF;
}
.TagClassName
{
border-color: #C389BF;
}
</style>