Shades of Lilac #C794C7
Tints of Lilac #C794C7
RGB
CMYK
RGB Variations
Color information
#C794C7 (or 0xC794C7) is known color: Lilac. HEX triplet: C7, 94 and C7. RGB value is (199,148,199). Sum of RGB (Red+Green+Blue) = 199+148+199=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C794C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794C7 is #386B38. Grayscale: #A8A8A8. Windows color (decimal): -3697465 or 13079751. OLE color: 13079751.
HSL color Cylindrical-coordinate representation of color #C794C7: hue angle of 300º 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 #C794C7 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 199 | - |
| CMYK | 0 | 0.26 | 0 | 0.22 |
| HSL | 300º | 0.31% | 0.68% | - |
| HSV(B) | 300º | 0.26% | 0.78% | - |
| XYZ | 44.45 | 37.45 | 58.92 | - |
| YUV | 169.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 199 | 0 | 0.26 | 0 | 0.22 | 300 | 0.31 | 0.68 |
| Hex | C7 | 94 | C7 | 0 | 1A | 0 | 16 | 12C | 1F | 44 |
| Octal | 307 | 224 | 307 | 0 | 32 | 0 | 26 | 454 | 37 | 104 |
| Binary | 11000111 | 10010100 | 11000111 | 0 | 11010 | 0 | 10110 | 100101100 | 11111 | 1000100 |
Color Harmonies of #C794C7
Complementary color
Monochromatic Colors of #C794C7
Black with #C794C7
Text Example
Text Example
White with #C794C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794C7; }
p { color: rgb(199,148,199); }
H1.HeaderClassName
{
color: #C794C7;
}
.AnyTagClassName
{
color: #C794C7;
}
</style>
background-color css
<style>
a { background-color: #C794C7; }
a { background-color: rgb(199,148,199); }
div.DivClassName
{
background-color: #C794C7;
}
.BgClassName
{
background-color: #C794C7;
}
</style>
border-color css
<style>
span { border-color: #C794C7; }
span { border-color: rgb(199,148,199); }
td.TdClassName
{
border-color: #C794C7;
}
.TagClassName
{
border-color: #C794C7;
}
</style>