Shades of Lilac #C795C3
Tints of Lilac #C795C3
RGB
CMYK
RGB Variations
Color information
#C795C3 (or 0xC795C3) is known color: Lilac. HEX triplet: C7, 95 and C3. RGB value is (199,149,195). Sum of RGB (Red+Green+Blue) = 199+149+195=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C795C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795C3 is #386A3C. Grayscale: #A9A9A9. Windows color (decimal): -3697213 or 12817863. OLE color: 12817863.
HSL color Cylindrical-coordinate representation of color #C795C3: hue angle of 304.8º 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 #C795C3 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 195 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.22 |
| HSL | 304.8º | 0.31% | 0.68% | - |
| HSV(B) | 304.8º | 0.25% | 0.78% | - |
| XYZ | 44.15 | 37.58 | 56.56 | - |
| YUV | 169.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 195 | 0 | 0.25 | 0.02 | 0.22 | 304.8 | 0.31 | 0.68 |
| Hex | C7 | 95 | C3 | 0 | 19 | 2 | 16 | 131 | 1F | 44 |
| Octal | 307 | 225 | 303 | 0 | 31 | 2 | 26 | 461 | 37 | 104 |
| Binary | 11000111 | 10010101 | 11000011 | 0 | 11001 | 10 | 10110 | 100110001 | 11111 | 1000100 |
Color Harmonies of #C795C3
Complementary color
Monochromatic Colors of #C795C3
Black with #C795C3
Text Example
Text Example
White with #C795C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795C3; }
p { color: rgb(199,149,195); }
H1.HeaderClassName
{
color: #C795C3;
}
.AnyTagClassName
{
color: #C795C3;
}
</style>
background-color css
<style>
a { background-color: #C795C3; }
a { background-color: rgb(199,149,195); }
div.DivClassName
{
background-color: #C795C3;
}
.BgClassName
{
background-color: #C795C3;
}
</style>
border-color css
<style>
span { border-color: #C795C3; }
span { border-color: rgb(199,149,195); }
td.TdClassName
{
border-color: #C795C3;
}
.TagClassName
{
border-color: #C795C3;
}
</style>