Shades of Lilac #C891CF
Tints of Lilac #C891CF
RGB
CMYK
RGB Variations
Color information
#C891CF (or 0xC891CF) is known color: Lilac. HEX triplet: C8, 91 and CF. RGB value is (200,145,207). Sum of RGB (Red+Green+Blue) = 200+145+207=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #C891CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891CF is #376E30. Grayscale: #A8A8A8. Windows color (decimal): -3632689 or 13603272. OLE color: 13603272.
HSL color Cylindrical-coordinate representation of color #C891CF: hue angle of 293.23º degrees, saturation: 0.39, 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 #C891CF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 145 | 207 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.19 |
| HSL | 293.23º | 0.39% | 0.69% | - |
| HSV(B) | 293.23º | 0.3% | 0.81% | - |
| XYZ | 45.21 | 37.04 | 63.8 | - |
| YUV | 168.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 207 | 0.03 | 0.30 | 0 | 0.19 | 293.23 | 0.39 | 0.69 |
| Hex | C8 | 91 | CF | 3 | 1E | 0 | 13 | 125 | 27 | 45 |
| Octal | 310 | 221 | 317 | 3 | 36 | 0 | 23 | 445 | 47 | 105 |
| Binary | 11001000 | 10010001 | 11001111 | 11 | 11110 | 0 | 10011 | 100100101 | 100111 | 1000101 |
Color Harmonies of #C891CF
Complementary color
Monochromatic Colors of #C891CF
Black with #C891CF
Text Example
Text Example
White with #C891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891CF; }
p { color: rgb(200,145,207); }
H1.HeaderClassName
{
color: #C891CF;
}
.AnyTagClassName
{
color: #C891CF;
}
</style>
background-color css
<style>
a { background-color: #C891CF; }
a { background-color: rgb(200,145,207); }
div.DivClassName
{
background-color: #C891CF;
}
.BgClassName
{
background-color: #C891CF;
}
</style>
border-color css
<style>
span { border-color: #C891CF; }
span { border-color: rgb(200,145,207); }
td.TdClassName
{
border-color: #C891CF;
}
.TagClassName
{
border-color: #C891CF;
}
</style>