Shades of Lilac #C795C1
Tints of Lilac #C795C1
RGB
CMYK
RGB Variations
Color information
#C795C1 (or 0xC795C1) is known color: Lilac. HEX triplet: C7, 95 and C1. RGB value is (199,149,193). Sum of RGB (Red+Green+Blue) = 199+149+193=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C795C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795C1 is #386A3E. Grayscale: #A8A8A8. Windows color (decimal): -3697215 or 12686791. OLE color: 12686791.
HSL color Cylindrical-coordinate representation of color #C795C1: hue angle of 307.2º 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 #C795C1 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 193 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.22 |
| HSL | 307.2º | 0.31% | 0.68% | - |
| HSV(B) | 307.2º | 0.25% | 0.78% | - |
| XYZ | 43.93 | 37.49 | 55.37 | - |
| YUV | 168.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 193 | 0 | 0.25 | 0.03 | 0.22 | 307.2 | 0.31 | 0.68 |
| Hex | C7 | 95 | C1 | 0 | 19 | 3 | 16 | 133 | 1F | 44 |
| Octal | 307 | 225 | 301 | 0 | 31 | 3 | 26 | 463 | 37 | 104 |
| Binary | 11000111 | 10010101 | 11000001 | 0 | 11001 | 11 | 10110 | 100110011 | 11111 | 1000100 |
Color Harmonies of #C795C1
Complementary color
Monochromatic Colors of #C795C1
Black with #C795C1
Text Example
Text Example
White with #C795C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795C1; }
p { color: rgb(199,149,193); }
H1.HeaderClassName
{
color: #C795C1;
}
.AnyTagClassName
{
color: #C795C1;
}
</style>
background-color css
<style>
a { background-color: #C795C1; }
a { background-color: rgb(199,149,193); }
div.DivClassName
{
background-color: #C795C1;
}
.BgClassName
{
background-color: #C795C1;
}
</style>
border-color css
<style>
span { border-color: #C795C1; }
span { border-color: rgb(199,149,193); }
td.TdClassName
{
border-color: #C795C1;
}
.TagClassName
{
border-color: #C795C1;
}
</style>