Shades of Lilac #C790BD
Tints of Lilac #C790BD
RGB
CMYK
RGB Variations
Color information
#C790BD (or 0xC790BD) is known color: Lilac. HEX triplet: C7, 90 and BD. RGB value is (199,144,189). Sum of RGB (Red+Green+Blue) = 199+144+189=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C790BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790BD is #386F42. Grayscale: #A5A5A5. Windows color (decimal): -3698499 or 12423367. OLE color: 12423367.
HSL color Cylindrical-coordinate representation of color #C790BD: hue angle of 310.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C790BD is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 189 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.22 |
| HSL | 310.91º | 0.33% | 0.67% | - |
| HSV(B) | 310.91º | 0.28% | 0.78% | - |
| XYZ | 42.71 | 35.76 | 52.8 | - |
| YUV | 165.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 189 | 0 | 0.28 | 0.05 | 0.22 | 310.91 | 0.33 | 0.67 |
| Hex | C7 | 90 | BD | 0 | 1C | 5 | 16 | 137 | 21 | 43 |
| Octal | 307 | 220 | 275 | 0 | 34 | 5 | 26 | 467 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10111101 | 0 | 11100 | 101 | 10110 | 100110111 | 100001 | 1000011 |
Color Harmonies of #C790BD
Complementary color
Monochromatic Colors of #C790BD
Black with #C790BD
Text Example
Text Example
White with #C790BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790BD; }
p { color: rgb(199,144,189); }
H1.HeaderClassName
{
color: #C790BD;
}
.AnyTagClassName
{
color: #C790BD;
}
</style>
background-color css
<style>
a { background-color: #C790BD; }
a { background-color: rgb(199,144,189); }
div.DivClassName
{
background-color: #C790BD;
}
.BgClassName
{
background-color: #C790BD;
}
</style>
border-color css
<style>
span { border-color: #C790BD; }
span { border-color: rgb(199,144,189); }
td.TdClassName
{
border-color: #C790BD;
}
.TagClassName
{
border-color: #C790BD;
}
</style>