Shades of Lilac #C78ACB
Tints of Lilac #C78ACB
RGB
CMYK
RGB Variations
Color information
#C78ACB (or 0xC78ACB) is known color: Lilac. HEX triplet: C7, 8A and CB. RGB value is (199,138,203). Sum of RGB (Red+Green+Blue) = 199+138+203=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #C78ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ACB is #387534. Grayscale: #A3A3A3. Windows color (decimal): -3700021 or 13339335. OLE color: 13339335.
HSL color Cylindrical-coordinate representation of color #C78ACB: hue angle of 296.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78ACB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 138 | 203 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.20 |
| HSL | 296.31º | 0.38% | 0.67% | - |
| HSV(B) | 296.31º | 0.32% | 0.8% | - |
| XYZ | 43.42 | 34.63 | 60.9 | - |
| YUV | 163.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 203 | 0.02 | 0.32 | 0 | 0.20 | 296.31 | 0.38 | 0.67 |
| Hex | C7 | 8A | CB | 2 | 20 | 0 | 14 | 128 | 26 | 43 |
| Octal | 307 | 212 | 313 | 2 | 40 | 0 | 24 | 450 | 46 | 103 |
| Binary | 11000111 | 10001010 | 11001011 | 10 | 100000 | 0 | 10100 | 100101000 | 100110 | 1000011 |
Color Harmonies of #C78ACB
Complementary color
Monochromatic Colors of #C78ACB
Black with #C78ACB
Text Example
Text Example
White with #C78ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ACB; }
p { color: rgb(199,138,203); }
H1.HeaderClassName
{
color: #C78ACB;
}
.AnyTagClassName
{
color: #C78ACB;
}
</style>
background-color css
<style>
a { background-color: #C78ACB; }
a { background-color: rgb(199,138,203); }
div.DivClassName
{
background-color: #C78ACB;
}
.BgClassName
{
background-color: #C78ACB;
}
</style>
border-color css
<style>
span { border-color: #C78ACB; }
span { border-color: rgb(199,138,203); }
td.TdClassName
{
border-color: #C78ACB;
}
.TagClassName
{
border-color: #C78ACB;
}
</style>