Shades of Lilac #C294C8
Tints of Lilac #C294C8
RGB
CMYK
RGB Variations
Color information
#C294C8 (or 0xC294C8) is known color: Lilac. HEX triplet: C2, 94 and C8. RGB value is (194,148,200). Sum of RGB (Red+Green+Blue) = 194+148+200=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #C294C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294C8 is #3D6B37. Grayscale: #A7A7A7. Windows color (decimal): -4025144 or 13145282. OLE color: 13145282.
HSL color Cylindrical-coordinate representation of color #C294C8: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C294C8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 148 | 200 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.22 |
| HSL | 293.08º | 0.32% | 0.68% | - |
| HSV(B) | 293.08º | 0.26% | 0.78% | - |
| XYZ | 43.26 | 36.82 | 59.47 | - |
| YUV | 167.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 200 | 0.03 | 0.26 | 0 | 0.22 | 293.08 | 0.32 | 0.68 |
| Hex | C2 | 94 | C8 | 3 | 1A | 0 | 16 | 125 | 20 | 44 |
| Octal | 302 | 224 | 310 | 3 | 32 | 0 | 26 | 445 | 40 | 104 |
| Binary | 11000010 | 10010100 | 11001000 | 11 | 11010 | 0 | 10110 | 100100101 | 100000 | 1000100 |
Color Harmonies of #C294C8
Complementary color
Monochromatic Colors of #C294C8
Black with #C294C8
Text Example
Text Example
White with #C294C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294C8; }
p { color: rgb(194,148,200); }
H1.HeaderClassName
{
color: #C294C8;
}
.AnyTagClassName
{
color: #C294C8;
}
</style>
background-color css
<style>
a { background-color: #C294C8; }
a { background-color: rgb(194,148,200); }
div.DivClassName
{
background-color: #C294C8;
}
.BgClassName
{
background-color: #C294C8;
}
</style>
border-color css
<style>
span { border-color: #C294C8; }
span { border-color: rgb(194,148,200); }
td.TdClassName
{
border-color: #C294C8;
}
.TagClassName
{
border-color: #C294C8;
}
</style>