Shades of Lilac #C293BF
Tints of Lilac #C293BF
RGB
CMYK
RGB Variations
Color information
#C293BF (or 0xC293BF) is known color: Lilac. HEX triplet: C2, 93 and BF. RGB value is (194,147,191). Sum of RGB (Red+Green+Blue) = 194+147+191=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BF is #3D6C40. Grayscale: #A5A5A5. Windows color (decimal): -4025409 or 12555202. OLE color: 12555202.
HSL color Cylindrical-coordinate representation of color #C293BF: hue angle of 303.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C293BF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 191 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.24 |
| HSL | 303.83º | 0.28% | 0.67% | - |
| HSV(B) | 303.83º | 0.24% | 0.76% | - |
| XYZ | 42.09 | 36.1 | 54.04 | - |
| YUV | 166.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 191 | 0 | 0.24 | 0.02 | 0.24 | 303.83 | 0.28 | 0.67 |
| Hex | C2 | 93 | BF | 0 | 18 | 2 | 18 | 130 | 1C | 43 |
| Octal | 302 | 223 | 277 | 0 | 30 | 2 | 30 | 460 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10111111 | 0 | 11000 | 10 | 11000 | 100110000 | 11100 | 1000011 |
Color Harmonies of #C293BF
Complementary color
Monochromatic Colors of #C293BF
Black with #C293BF
Text Example
Text Example
White with #C293BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293BF; }
p { color: rgb(194,147,191); }
H1.HeaderClassName
{
color: #C293BF;
}
.AnyTagClassName
{
color: #C293BF;
}
</style>
background-color css
<style>
a { background-color: #C293BF; }
a { background-color: rgb(194,147,191); }
div.DivClassName
{
background-color: #C293BF;
}
.BgClassName
{
background-color: #C293BF;
}
</style>
border-color css
<style>
span { border-color: #C293BF; }
span { border-color: rgb(194,147,191); }
td.TdClassName
{
border-color: #C293BF;
}
.TagClassName
{
border-color: #C293BF;
}
</style>