Shades of Lilac #C295BC
Tints of Lilac #C295BC
RGB
CMYK
RGB Variations
Color information
#C295BC (or 0xC295BC) is known color: Lilac. HEX triplet: C2, 95 and BC. RGB value is (194,149,188). Sum of RGB (Red+Green+Blue) = 194+149+188=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BC is #3D6A43. Grayscale: #A6A6A6. Windows color (decimal): -4024900 or 12359106. OLE color: 12359106.
HSL color Cylindrical-coordinate representation of color #C295BC: hue angle of 308º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C295BC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 188 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.24 |
| HSL | 308º | 0.27% | 0.67% | - |
| HSV(B) | 308º | 0.23% | 0.76% | - |
| XYZ | 42.07 | 36.6 | 52.42 | - |
| YUV | 166.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 188 | 0 | 0.23 | 0.03 | 0.24 | 308 | 0.27 | 0.67 |
| Hex | C2 | 95 | BC | 0 | 17 | 3 | 18 | 134 | 1B | 43 |
| Octal | 302 | 225 | 274 | 0 | 27 | 3 | 30 | 464 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10111100 | 0 | 10111 | 11 | 11000 | 100110100 | 11011 | 1000011 |
Color Harmonies of #C295BC
Complementary color
Monochromatic Colors of #C295BC
Black with #C295BC
Text Example
Text Example
White with #C295BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295BC; }
p { color: rgb(194,149,188); }
H1.HeaderClassName
{
color: #C295BC;
}
.AnyTagClassName
{
color: #C295BC;
}
</style>
background-color css
<style>
a { background-color: #C295BC; }
a { background-color: rgb(194,149,188); }
div.DivClassName
{
background-color: #C295BC;
}
.BgClassName
{
background-color: #C295BC;
}
</style>
border-color css
<style>
span { border-color: #C295BC; }
span { border-color: rgb(194,149,188); }
td.TdClassName
{
border-color: #C295BC;
}
.TagClassName
{
border-color: #C295BC;
}
</style>