Shades of Lilac #C294C6
Tints of Lilac #C294C6
RGB
CMYK
RGB Variations
Color information
#C294C6 (or 0xC294C6) is known color: Lilac. HEX triplet: C2, 94 and C6. RGB value is (194,148,198). Sum of RGB (Red+Green+Blue) = 194+148+198=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #C294C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294C6 is #3D6B39. Grayscale: #A7A7A7. Windows color (decimal): -4025146 or 13014210. OLE color: 13014210.
HSL color Cylindrical-coordinate representation of color #C294C6: hue angle of 295.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C294C6 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 148 | 198 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.22 |
| HSL | 295.2º | 0.3% | 0.68% | - |
| HSV(B) | 295.2º | 0.25% | 0.78% | - |
| XYZ | 43.03 | 36.73 | 58.25 | - |
| YUV | 167.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 198 | 0.02 | 0.25 | 0 | 0.22 | 295.2 | 0.3 | 0.68 |
| Hex | C2 | 94 | C6 | 2 | 19 | 0 | 16 | 127 | 1E | 44 |
| Octal | 302 | 224 | 306 | 2 | 31 | 0 | 26 | 447 | 36 | 104 |
| Binary | 11000010 | 10010100 | 11000110 | 10 | 11001 | 0 | 10110 | 100100111 | 11110 | 1000100 |
Color Harmonies of #C294C6
Complementary color
Monochromatic Colors of #C294C6
Black with #C294C6
Text Example
Text Example
White with #C294C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294C6; }
p { color: rgb(194,148,198); }
H1.HeaderClassName
{
color: #C294C6;
}
.AnyTagClassName
{
color: #C294C6;
}
</style>
background-color css
<style>
a { background-color: #C294C6; }
a { background-color: rgb(194,148,198); }
div.DivClassName
{
background-color: #C294C6;
}
.BgClassName
{
background-color: #C294C6;
}
</style>
border-color css
<style>
span { border-color: #C294C6; }
span { border-color: rgb(194,148,198); }
td.TdClassName
{
border-color: #C294C6;
}
.TagClassName
{
border-color: #C294C6;
}
</style>