Shades of Lilac #C392BF
Tints of Lilac #C392BF
RGB
CMYK
RGB Variations
Color information
#C392BF (or 0xC392BF) is known color: Lilac. HEX triplet: C3, 92 and BF. RGB value is (195,146,191). Sum of RGB (Red+Green+Blue) = 195+146+191=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BF is #3C6D40. Grayscale: #A5A5A5. Windows color (decimal): -3960129 or 12554947. OLE color: 12554947.
HSL color Cylindrical-coordinate representation of color #C392BF: hue angle of 304.9º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392BF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 191 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.24 |
| HSL | 304.9º | 0.29% | 0.67% | - |
| HSV(B) | 304.9º | 0.25% | 0.76% | - |
| XYZ | 42.19 | 35.92 | 54 | - |
| YUV | 165.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 191 | 0 | 0.25 | 0.02 | 0.24 | 304.9 | 0.29 | 0.67 |
| Hex | C3 | 92 | BF | 0 | 19 | 2 | 18 | 131 | 1D | 43 |
| Octal | 303 | 222 | 277 | 0 | 31 | 2 | 30 | 461 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10111111 | 0 | 11001 | 10 | 11000 | 100110001 | 11101 | 1000011 |
Color Harmonies of #C392BF
Complementary color
Monochromatic Colors of #C392BF
Black with #C392BF
Text Example
Text Example
White with #C392BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392BF; }
p { color: rgb(195,146,191); }
H1.HeaderClassName
{
color: #C392BF;
}
.AnyTagClassName
{
color: #C392BF;
}
</style>
background-color css
<style>
a { background-color: #C392BF; }
a { background-color: rgb(195,146,191); }
div.DivClassName
{
background-color: #C392BF;
}
.BgClassName
{
background-color: #C392BF;
}
</style>
border-color css
<style>
span { border-color: #C392BF; }
span { border-color: rgb(195,146,191); }
td.TdClassName
{
border-color: #C392BF;
}
.TagClassName
{
border-color: #C392BF;
}
</style>