Shades of Lilac #C891C5
Tints of Lilac #C891C5
RGB
CMYK
RGB Variations
Color information
#C891C5 (or 0xC891C5) is known color: Lilac. HEX triplet: C8, 91 and C5. RGB value is (200,145,197). Sum of RGB (Red+Green+Blue) = 200+145+197=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C891C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891C5 is #376E3A. Grayscale: #A7A7A7. Windows color (decimal): -3632699 or 12947912. OLE color: 12947912.
HSL color Cylindrical-coordinate representation of color #C891C5: hue angle of 303.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C891C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 197 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.22 |
| HSL | 303.27º | 0.33% | 0.68% | - |
| HSV(B) | 303.27º | 0.28% | 0.78% | - |
| XYZ | 44.02 | 36.56 | 57.56 | - |
| YUV | 167.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 197 | 0 | 0.28 | 0.02 | 0.22 | 303.27 | 0.33 | 0.68 |
| Hex | C8 | 91 | C5 | 0 | 1C | 2 | 16 | 12F | 21 | 44 |
| Octal | 310 | 221 | 305 | 0 | 34 | 2 | 26 | 457 | 41 | 104 |
| Binary | 11001000 | 10010001 | 11000101 | 0 | 11100 | 10 | 10110 | 100101111 | 100001 | 1000100 |
Color Harmonies of #C891C5
Complementary color
Monochromatic Colors of #C891C5
Black with #C891C5
Text Example
Text Example
White with #C891C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891C5; }
p { color: rgb(200,145,197); }
H1.HeaderClassName
{
color: #C891C5;
}
.AnyTagClassName
{
color: #C891C5;
}
</style>
background-color css
<style>
a { background-color: #C891C5; }
a { background-color: rgb(200,145,197); }
div.DivClassName
{
background-color: #C891C5;
}
.BgClassName
{
background-color: #C891C5;
}
</style>
border-color css
<style>
span { border-color: #C891C5; }
span { border-color: rgb(200,145,197); }
td.TdClassName
{
border-color: #C891C5;
}
.TagClassName
{
border-color: #C891C5;
}
</style>