Shades of Lilac #C391BE
Tints of Lilac #C391BE
RGB
CMYK
RGB Variations
Color information
#C391BE (or 0xC391BE) is known color: Lilac. HEX triplet: C3, 91 and BE. RGB value is (195,145,190). Sum of RGB (Red+Green+Blue) = 195+145+190=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C391BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391BE is #3C6E41. Grayscale: #A4A4A4. Windows color (decimal): -3960386 or 12489155. OLE color: 12489155.
HSL color Cylindrical-coordinate representation of color #C391BE: hue angle of 306º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391BE is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 190 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.24 |
| HSL | 306º | 0.29% | 0.67% | - |
| HSV(B) | 306º | 0.26% | 0.76% | - |
| XYZ | 41.93 | 35.57 | 53.37 | - |
| YUV | 165.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 190 | 0 | 0.26 | 0.03 | 0.24 | 306 | 0.29 | 0.67 |
| Hex | C3 | 91 | BE | 0 | 1A | 3 | 18 | 132 | 1D | 43 |
| Octal | 303 | 221 | 276 | 0 | 32 | 3 | 30 | 462 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10111110 | 0 | 11010 | 11 | 11000 | 100110010 | 11101 | 1000011 |
Color Harmonies of #C391BE
Complementary color
Monochromatic Colors of #C391BE
Black with #C391BE
Text Example
Text Example
White with #C391BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391BE; }
p { color: rgb(195,145,190); }
H1.HeaderClassName
{
color: #C391BE;
}
.AnyTagClassName
{
color: #C391BE;
}
</style>
background-color css
<style>
a { background-color: #C391BE; }
a { background-color: rgb(195,145,190); }
div.DivClassName
{
background-color: #C391BE;
}
.BgClassName
{
background-color: #C391BE;
}
</style>
border-color css
<style>
span { border-color: #C391BE; }
span { border-color: rgb(195,145,190); }
td.TdClassName
{
border-color: #C391BE;
}
.TagClassName
{
border-color: #C391BE;
}
</style>