Shades of Lilac #C295BD
Tints of Lilac #C295BD
RGB
CMYK
RGB Variations
Color information
#C295BD (or 0xC295BD) is known color: Lilac. HEX triplet: C2, 95 and BD. RGB value is (194,149,189). Sum of RGB (Red+Green+Blue) = 194+149+189=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BD is #3D6A42. Grayscale: #A6A6A6. Windows color (decimal): -4024899 or 12424642. OLE color: 12424642.
HSL color Cylindrical-coordinate representation of color #C295BD: hue angle of 306.67º 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 #C295BD is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 189 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.24 |
| HSL | 306.67º | 0.27% | 0.67% | - |
| HSV(B) | 306.67º | 0.23% | 0.76% | - |
| XYZ | 42.18 | 36.64 | 52.99 | - |
| YUV | 167.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 189 | 0 | 0.23 | 0.03 | 0.24 | 306.67 | 0.27 | 0.67 |
| Hex | C2 | 95 | BD | 0 | 17 | 3 | 18 | 133 | 1B | 43 |
| Octal | 302 | 225 | 275 | 0 | 27 | 3 | 30 | 463 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10111101 | 0 | 10111 | 11 | 11000 | 100110011 | 11011 | 1000011 |
Color Harmonies of #C295BD
Complementary color
Monochromatic Colors of #C295BD
Black with #C295BD
Text Example
Text Example
White with #C295BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295BD; }
p { color: rgb(194,149,189); }
H1.HeaderClassName
{
color: #C295BD;
}
.AnyTagClassName
{
color: #C295BD;
}
</style>
background-color css
<style>
a { background-color: #C295BD; }
a { background-color: rgb(194,149,189); }
div.DivClassName
{
background-color: #C295BD;
}
.BgClassName
{
background-color: #C295BD;
}
</style>
border-color css
<style>
span { border-color: #C295BD; }
span { border-color: rgb(194,149,189); }
td.TdClassName
{
border-color: #C295BD;
}
.TagClassName
{
border-color: #C295BD;
}
</style>