Shades of Lilac #C795C0
Tints of Lilac #C795C0
RGB
CMYK
RGB Variations
Color information
#C795C0 (or 0xC795C0) is known color: Lilac. HEX triplet: C7, 95 and C0. RGB value is (199,149,192). Sum of RGB (Red+Green+Blue) = 199+149+192=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C795C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795C0 is #386A3F. Grayscale: #A8A8A8. Windows color (decimal): -3697216 or 12621255. OLE color: 12621255.
HSL color Cylindrical-coordinate representation of color #C795C0: hue angle of 308.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 #C795C0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 192 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.22 |
| HSL | 308.4º | 0.31% | 0.68% | - |
| HSV(B) | 308.4º | 0.25% | 0.78% | - |
| XYZ | 43.82 | 37.44 | 54.79 | - |
| YUV | 168.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 192 | 0 | 0.25 | 0.04 | 0.22 | 308.4 | 0.31 | 0.68 |
| Hex | C7 | 95 | C0 | 0 | 19 | 4 | 16 | 134 | 1F | 44 |
| Octal | 307 | 225 | 300 | 0 | 31 | 4 | 26 | 464 | 37 | 104 |
| Binary | 11000111 | 10010101 | 11000000 | 0 | 11001 | 100 | 10110 | 100110100 | 11111 | 1000100 |
Color Harmonies of #C795C0
Complementary color
Monochromatic Colors of #C795C0
Black with #C795C0
Text Example
Text Example
White with #C795C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795C0; }
p { color: rgb(199,149,192); }
H1.HeaderClassName
{
color: #C795C0;
}
.AnyTagClassName
{
color: #C795C0;
}
</style>
background-color css
<style>
a { background-color: #C795C0; }
a { background-color: rgb(199,149,192); }
div.DivClassName
{
background-color: #C795C0;
}
.BgClassName
{
background-color: #C795C0;
}
</style>
border-color css
<style>
span { border-color: #C795C0; }
span { border-color: rgb(199,149,192); }
td.TdClassName
{
border-color: #C795C0;
}
.TagClassName
{
border-color: #C795C0;
}
</style>