Shades of Lilac #C794C5
Tints of Lilac #C794C5
RGB
CMYK
RGB Variations
Color information
#C794C5 (or 0xC794C5) is known color: Lilac. HEX triplet: C7, 94 and C5. RGB value is (199,148,197). Sum of RGB (Red+Green+Blue) = 199+148+197=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C794C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794C5 is #386B3A. Grayscale: #A8A8A8. Windows color (decimal): -3697467 or 12948679. OLE color: 12948679.
HSL color Cylindrical-coordinate representation of color #C794C5: hue angle of 302.35º degrees, saturation: 0.31, 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 #C794C5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 197 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.22 |
| HSL | 302.35º | 0.31% | 0.68% | - |
| HSV(B) | 302.35º | 0.26% | 0.78% | - |
| XYZ | 44.22 | 37.35 | 57.7 | - |
| YUV | 168.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 197 | 0 | 0.26 | 0.01 | 0.22 | 302.35 | 0.31 | 0.68 |
| Hex | C7 | 94 | C5 | 0 | 1A | 1 | 16 | 12E | 1F | 44 |
| Octal | 307 | 224 | 305 | 0 | 32 | 1 | 26 | 456 | 37 | 104 |
| Binary | 11000111 | 10010100 | 11000101 | 0 | 11010 | 1 | 10110 | 100101110 | 11111 | 1000100 |
Color Harmonies of #C794C5
Complementary color
Monochromatic Colors of #C794C5
Black with #C794C5
Text Example
Text Example
White with #C794C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794C5; }
p { color: rgb(199,148,197); }
H1.HeaderClassName
{
color: #C794C5;
}
.AnyTagClassName
{
color: #C794C5;
}
</style>
background-color css
<style>
a { background-color: #C794C5; }
a { background-color: rgb(199,148,197); }
div.DivClassName
{
background-color: #C794C5;
}
.BgClassName
{
background-color: #C794C5;
}
</style>
border-color css
<style>
span { border-color: #C794C5; }
span { border-color: rgb(199,148,197); }
td.TdClassName
{
border-color: #C794C5;
}
.TagClassName
{
border-color: #C794C5;
}
</style>