Shades of Lilac #C891CA
Tints of Lilac #C891CA
RGB
CMYK
RGB Variations
Color information
#C891CA (or 0xC891CA) is known color: Lilac. HEX triplet: C8, 91 and CA. RGB value is (200,145,202). Sum of RGB (Red+Green+Blue) = 200+145+202=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C891CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891CA is #376E35. Grayscale: #A7A7A7. Windows color (decimal): -3632694 or 13275592. OLE color: 13275592.
HSL color Cylindrical-coordinate representation of color #C891CA: hue angle of 297.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C891CA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 145 | 202 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.21 |
| HSL | 297.89º | 0.35% | 0.68% | - |
| HSV(B) | 297.89º | 0.28% | 0.79% | - |
| XYZ | 44.61 | 36.79 | 60.63 | - |
| YUV | 167.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 202 | 0.01 | 0.28 | 0 | 0.21 | 297.89 | 0.35 | 0.68 |
| Hex | C8 | 91 | CA | 1 | 1C | 0 | 15 | 12A | 23 | 44 |
| Octal | 310 | 221 | 312 | 1 | 34 | 0 | 25 | 452 | 43 | 104 |
| Binary | 11001000 | 10010001 | 11001010 | 1 | 11100 | 0 | 10101 | 100101010 | 100011 | 1000100 |
Color Harmonies of #C891CA
Complementary color
Monochromatic Colors of #C891CA
Black with #C891CA
Text Example
Text Example
White with #C891CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891CA; }
p { color: rgb(200,145,202); }
H1.HeaderClassName
{
color: #C891CA;
}
.AnyTagClassName
{
color: #C891CA;
}
</style>
background-color css
<style>
a { background-color: #C891CA; }
a { background-color: rgb(200,145,202); }
div.DivClassName
{
background-color: #C891CA;
}
.BgClassName
{
background-color: #C891CA;
}
</style>
border-color css
<style>
span { border-color: #C891CA; }
span { border-color: rgb(200,145,202); }
td.TdClassName
{
border-color: #C891CA;
}
.TagClassName
{
border-color: #C891CA;
}
</style>