Shades of Lilac #C795C5
Tints of Lilac #C795C5
RGB
CMYK
RGB Variations
Color information
#C795C5 (or 0xC795C5) is known color: Lilac. HEX triplet: C7, 95 and C5. RGB value is (199,149,197). Sum of RGB (Red+Green+Blue) = 199+149+197=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C795C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795C5 is #386A3A. Grayscale: #A9A9A9. Windows color (decimal): -3697211 or 12948935. OLE color: 12948935.
HSL color Cylindrical-coordinate representation of color #C795C5: hue angle of 302.4º degrees, saturation: 0.31, 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 #C795C5 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 197 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.22 |
| HSL | 302.4º | 0.31% | 0.68% | - |
| HSV(B) | 302.4º | 0.25% | 0.78% | - |
| XYZ | 44.38 | 37.67 | 57.76 | - |
| YUV | 169.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 197 | 0 | 0.25 | 0.01 | 0.22 | 302.4 | 0.31 | 0.68 |
| Hex | C7 | 95 | C5 | 0 | 19 | 1 | 16 | 12E | 1F | 44 |
| Octal | 307 | 225 | 305 | 0 | 31 | 1 | 26 | 456 | 37 | 104 |
| Binary | 11000111 | 10010101 | 11000101 | 0 | 11001 | 1 | 10110 | 100101110 | 11111 | 1000100 |
Color Harmonies of #C795C5
Complementary color
Monochromatic Colors of #C795C5
Black with #C795C5
Text Example
Text Example
White with #C795C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795C5; }
p { color: rgb(199,149,197); }
H1.HeaderClassName
{
color: #C795C5;
}
.AnyTagClassName
{
color: #C795C5;
}
</style>
background-color css
<style>
a { background-color: #C795C5; }
a { background-color: rgb(199,149,197); }
div.DivClassName
{
background-color: #C795C5;
}
.BgClassName
{
background-color: #C795C5;
}
</style>
border-color css
<style>
span { border-color: #C795C5; }
span { border-color: rgb(199,149,197); }
td.TdClassName
{
border-color: #C795C5;
}
.TagClassName
{
border-color: #C795C5;
}
</style>