Shades of Lilac #C295BB
Tints of Lilac #C295BB
RGB
CMYK
RGB Variations
Color information
#C295BB (or 0xC295BB) is known color: Lilac. HEX triplet: C2, 95 and BB. RGB value is (194,149,187). Sum of RGB (Red+Green+Blue) = 194+149+187=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BB is #3D6A44. Grayscale: #A6A6A6. Windows color (decimal): -4024901 or 12293570. OLE color: 12293570.
HSL color Cylindrical-coordinate representation of color #C295BB: hue angle of 309.33º 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 #C295BB is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 187 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.24 |
| HSL | 309.33º | 0.27% | 0.67% | - |
| HSV(B) | 309.33º | 0.23% | 0.76% | - |
| XYZ | 41.97 | 36.55 | 51.86 | - |
| YUV | 166.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 187 | 0 | 0.23 | 0.04 | 0.24 | 309.33 | 0.27 | 0.67 |
| Hex | C2 | 95 | BB | 0 | 17 | 4 | 18 | 135 | 1B | 43 |
| Octal | 302 | 225 | 273 | 0 | 27 | 4 | 30 | 465 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10111011 | 0 | 10111 | 100 | 11000 | 100110101 | 11011 | 1000011 |
Color Harmonies of #C295BB
Complementary color
Monochromatic Colors of #C295BB
Black with #C295BB
Text Example
Text Example
White with #C295BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295BB; }
p { color: rgb(194,149,187); }
H1.HeaderClassName
{
color: #C295BB;
}
.AnyTagClassName
{
color: #C295BB;
}
</style>
background-color css
<style>
a { background-color: #C295BB; }
a { background-color: rgb(194,149,187); }
div.DivClassName
{
background-color: #C295BB;
}
.BgClassName
{
background-color: #C295BB;
}
</style>
border-color css
<style>
span { border-color: #C295BB; }
span { border-color: rgb(194,149,187); }
td.TdClassName
{
border-color: #C295BB;
}
.TagClassName
{
border-color: #C295BB;
}
</style>