Shades of Lilac #C795CB
Tints of Lilac #C795CB
RGB
CMYK
RGB Variations
Color information
#C795CB (or 0xC795CB) is known color: Lilac. HEX triplet: C7, 95 and CB. RGB value is (199,149,203). Sum of RGB (Red+Green+Blue) = 199+149+203=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C795CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795CB is #386A34. Grayscale: #A9A9A9. Windows color (decimal): -3697205 or 13342151. OLE color: 13342151.
HSL color Cylindrical-coordinate representation of color #C795CB: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C795CB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 149 | 203 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.20 |
| HSL | 295.56º | 0.34% | 0.69% | - |
| HSV(B) | 295.56º | 0.27% | 0.8% | - |
| XYZ | 45.08 | 37.95 | 61.45 | - |
| YUV | 170.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 203 | 0.02 | 0.27 | 0 | 0.20 | 295.56 | 0.34 | 0.69 |
| Hex | C7 | 95 | CB | 2 | 1B | 0 | 14 | 128 | 22 | 45 |
| Octal | 307 | 225 | 313 | 2 | 33 | 0 | 24 | 450 | 42 | 105 |
| Binary | 11000111 | 10010101 | 11001011 | 10 | 11011 | 0 | 10100 | 100101000 | 100010 | 1000101 |
Color Harmonies of #C795CB
Complementary color
Monochromatic Colors of #C795CB
Black with #C795CB
Text Example
Text Example
White with #C795CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795CB; }
p { color: rgb(199,149,203); }
H1.HeaderClassName
{
color: #C795CB;
}
.AnyTagClassName
{
color: #C795CB;
}
</style>
background-color css
<style>
a { background-color: #C795CB; }
a { background-color: rgb(199,149,203); }
div.DivClassName
{
background-color: #C795CB;
}
.BgClassName
{
background-color: #C795CB;
}
</style>
border-color css
<style>
span { border-color: #C795CB; }
span { border-color: rgb(199,149,203); }
td.TdClassName
{
border-color: #C795CB;
}
.TagClassName
{
border-color: #C795CB;
}
</style>