Shades of Lilac #C294BE
Tints of Lilac #C294BE
RGB
CMYK
RGB Variations
Color information
#C294BE (or 0xC294BE) is known color: Lilac. HEX triplet: C2, 94 and BE. RGB value is (194,148,190). Sum of RGB (Red+Green+Blue) = 194+148+190=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C294BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294BE is #3D6B41. Grayscale: #A6A6A6. Windows color (decimal): -4025154 or 12489922. OLE color: 12489922.
HSL color Cylindrical-coordinate representation of color #C294BE: hue angle of 305.22º degrees, saturation: 0.27, 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 #C294BE is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 190 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.24 |
| HSL | 305.22º | 0.27% | 0.67% | - |
| HSV(B) | 305.22º | 0.24% | 0.76% | - |
| XYZ | 42.13 | 36.37 | 53.51 | - |
| YUV | 166.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 190 | 0 | 0.24 | 0.02 | 0.24 | 305.22 | 0.27 | 0.67 |
| Hex | C2 | 94 | BE | 0 | 18 | 2 | 18 | 131 | 1B | 43 |
| Octal | 302 | 224 | 276 | 0 | 30 | 2 | 30 | 461 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10111110 | 0 | 11000 | 10 | 11000 | 100110001 | 11011 | 1000011 |
Color Harmonies of #C294BE
Complementary color
Monochromatic Colors of #C294BE
Black with #C294BE
Text Example
Text Example
White with #C294BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294BE; }
p { color: rgb(194,148,190); }
H1.HeaderClassName
{
color: #C294BE;
}
.AnyTagClassName
{
color: #C294BE;
}
</style>
background-color css
<style>
a { background-color: #C294BE; }
a { background-color: rgb(194,148,190); }
div.DivClassName
{
background-color: #C294BE;
}
.BgClassName
{
background-color: #C294BE;
}
</style>
border-color css
<style>
span { border-color: #C294BE; }
span { border-color: rgb(194,148,190); }
td.TdClassName
{
border-color: #C294BE;
}
.TagClassName
{
border-color: #C294BE;
}
</style>