Shades of Lilac #C795C9
Tints of Lilac #C795C9
RGB
CMYK
RGB Variations
Color information
#C795C9 (or 0xC795C9) is known color: Lilac. HEX triplet: C7, 95 and C9. RGB value is (199,149,201). Sum of RGB (Red+Green+Blue) = 199+149+201=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #C795C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795C9 is #386A36. Grayscale: #A9A9A9. Windows color (decimal): -3697207 or 13211079. OLE color: 13211079.
HSL color Cylindrical-coordinate representation of color #C795C9: hue angle of 297.69º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C795C9 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 149 | 201 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.21 |
| HSL | 297.69º | 0.33% | 0.69% | - |
| HSV(B) | 297.69º | 0.26% | 0.79% | - |
| XYZ | 44.84 | 37.85 | 60.2 | - |
| YUV | 169.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 201 | 0.01 | 0.26 | 0 | 0.21 | 297.69 | 0.33 | 0.69 |
| Hex | C7 | 95 | C9 | 1 | 1A | 0 | 15 | 12A | 20 | 45 |
| Octal | 307 | 225 | 311 | 1 | 32 | 0 | 25 | 452 | 40 | 105 |
| Binary | 11000111 | 10010101 | 11001001 | 1 | 11010 | 0 | 10101 | 100101010 | 100000 | 1000101 |
Color Harmonies of #C795C9
Complementary color
Monochromatic Colors of #C795C9
Black with #C795C9
Text Example
Text Example
White with #C795C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795C9; }
p { color: rgb(199,149,201); }
H1.HeaderClassName
{
color: #C795C9;
}
.AnyTagClassName
{
color: #C795C9;
}
</style>
background-color css
<style>
a { background-color: #C795C9; }
a { background-color: rgb(199,149,201); }
div.DivClassName
{
background-color: #C795C9;
}
.BgClassName
{
background-color: #C795C9;
}
</style>
border-color css
<style>
span { border-color: #C795C9; }
span { border-color: rgb(199,149,201); }
td.TdClassName
{
border-color: #C795C9;
}
.TagClassName
{
border-color: #C795C9;
}
</style>