Shades of Lilac #C891CE
Tints of Lilac #C891CE
RGB
CMYK
RGB Variations
Color information
#C891CE (or 0xC891CE) is known color: Lilac. HEX triplet: C8, 91 and CE. RGB value is (200,145,206). Sum of RGB (Red+Green+Blue) = 200+145+206=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C891CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891CE is #376E31. Grayscale: #A8A8A8. Windows color (decimal): -3632690 or 13537736. OLE color: 13537736.
HSL color Cylindrical-coordinate representation of color #C891CE: hue angle of 294.1º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C891CE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 145 | 206 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.19 |
| HSL | 294.1º | 0.38% | 0.69% | - |
| HSV(B) | 294.1º | 0.3% | 0.81% | - |
| XYZ | 45.09 | 36.99 | 63.16 | - |
| YUV | 168.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 206 | 0.03 | 0.30 | 0 | 0.19 | 294.1 | 0.38 | 0.69 |
| Hex | C8 | 91 | CE | 3 | 1E | 0 | 13 | 126 | 26 | 45 |
| Octal | 310 | 221 | 316 | 3 | 36 | 0 | 23 | 446 | 46 | 105 |
| Binary | 11001000 | 10010001 | 11001110 | 11 | 11110 | 0 | 10011 | 100100110 | 100110 | 1000101 |
Color Harmonies of #C891CE
Complementary color
Monochromatic Colors of #C891CE
Black with #C891CE
Text Example
Text Example
White with #C891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891CE; }
p { color: rgb(200,145,206); }
H1.HeaderClassName
{
color: #C891CE;
}
.AnyTagClassName
{
color: #C891CE;
}
</style>
background-color css
<style>
a { background-color: #C891CE; }
a { background-color: rgb(200,145,206); }
div.DivClassName
{
background-color: #C891CE;
}
.BgClassName
{
background-color: #C891CE;
}
</style>
border-color css
<style>
span { border-color: #C891CE; }
span { border-color: rgb(200,145,206); }
td.TdClassName
{
border-color: #C891CE;
}
.TagClassName
{
border-color: #C891CE;
}
</style>