Shades of Lilac #C295C1
Tints of Lilac #C295C1
RGB
CMYK
RGB Variations
Color information
#C295C1 (or 0xC295C1) is known color: Lilac. HEX triplet: C2, 95 and C1. RGB value is (194,149,193). Sum of RGB (Red+Green+Blue) = 194+149+193=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C295C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C1 is #3D6A3E. Grayscale: #A7A7A7. Windows color (decimal): -4024895 or 12686786. OLE color: 12686786.
HSL color Cylindrical-coordinate representation of color #C295C1: hue angle of 301.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 #C295C1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 193 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.24 |
| HSL | 301.33º | 0.27% | 0.67% | - |
| HSV(B) | 301.33º | 0.23% | 0.76% | - |
| XYZ | 42.62 | 36.81 | 55.31 | - |
| YUV | 167.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 193 | 0 | 0.23 | 0.01 | 0.24 | 301.33 | 0.27 | 0.67 |
| Hex | C2 | 95 | C1 | 0 | 17 | 1 | 18 | 12D | 1B | 43 |
| Octal | 302 | 225 | 301 | 0 | 27 | 1 | 30 | 455 | 33 | 103 |
| Binary | 11000010 | 10010101 | 11000001 | 0 | 10111 | 1 | 11000 | 100101101 | 11011 | 1000011 |
Color Harmonies of #C295C1
Complementary color
Monochromatic Colors of #C295C1
Black with #C295C1
Text Example
Text Example
White with #C295C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295C1; }
p { color: rgb(194,149,193); }
H1.HeaderClassName
{
color: #C295C1;
}
.AnyTagClassName
{
color: #C295C1;
}
</style>
background-color css
<style>
a { background-color: #C295C1; }
a { background-color: rgb(194,149,193); }
div.DivClassName
{
background-color: #C295C1;
}
.BgClassName
{
background-color: #C295C1;
}
</style>
border-color css
<style>
span { border-color: #C295C1; }
span { border-color: rgb(194,149,193); }
td.TdClassName
{
border-color: #C295C1;
}
.TagClassName
{
border-color: #C295C1;
}
</style>