Shades of Lilac #C790CB
Tints of Lilac #C790CB
RGB
CMYK
RGB Variations
Color information
#C790CB (or 0xC790CB) is known color: Lilac. HEX triplet: C7, 90 and CB. RGB value is (199,144,203). Sum of RGB (Red+Green+Blue) = 199+144+203=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C790CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790CB is #386F34. Grayscale: #A6A6A6. Windows color (decimal): -3698485 or 13340871. OLE color: 13340871.
HSL color Cylindrical-coordinate representation of color #C790CB: hue angle of 295.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C790CB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 144 | 203 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.20 |
| HSL | 295.93º | 0.36% | 0.68% | - |
| HSV(B) | 295.93º | 0.29% | 0.8% | - |
| XYZ | 44.31 | 36.4 | 61.19 | - |
| YUV | 167.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 203 | 0.02 | 0.29 | 0 | 0.20 | 295.93 | 0.36 | 0.68 |
| Hex | C7 | 90 | CB | 2 | 1D | 0 | 14 | 128 | 24 | 44 |
| Octal | 307 | 220 | 313 | 2 | 35 | 0 | 24 | 450 | 44 | 104 |
| Binary | 11000111 | 10010000 | 11001011 | 10 | 11101 | 0 | 10100 | 100101000 | 100100 | 1000100 |
Color Harmonies of #C790CB
Complementary color
Monochromatic Colors of #C790CB
Black with #C790CB
Text Example
Text Example
White with #C790CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790CB; }
p { color: rgb(199,144,203); }
H1.HeaderClassName
{
color: #C790CB;
}
.AnyTagClassName
{
color: #C790CB;
}
</style>
background-color css
<style>
a { background-color: #C790CB; }
a { background-color: rgb(199,144,203); }
div.DivClassName
{
background-color: #C790CB;
}
.BgClassName
{
background-color: #C790CB;
}
</style>
border-color css
<style>
span { border-color: #C790CB; }
span { border-color: rgb(199,144,203); }
td.TdClassName
{
border-color: #C790CB;
}
.TagClassName
{
border-color: #C790CB;
}
</style>