Shades of Lilac #C887CF
Tints of Lilac #C887CF
RGB
CMYK
RGB Variations
Color information
#C887CF (or 0xC887CF) is known color: Lilac. HEX triplet: C8, 87 and CF. RGB value is (200,135,207). Sum of RGB (Red+Green+Blue) = 200+135+207=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C887CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887CF is #377830. Grayscale: #A2A2A2. Windows color (decimal): -3635249 or 13600712. OLE color: 13600712.
HSL color Cylindrical-coordinate representation of color #C887CF: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C887CF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 135 | 207 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.19 |
| HSL | 294.17º | 0.43% | 0.67% | - |
| HSV(B) | 294.17º | 0.35% | 0.81% | - |
| XYZ | 43.75 | 34.11 | 63.31 | - |
| YUV | 162.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 207 | 0.03 | 0.35 | 0 | 0.19 | 294.17 | 0.43 | 0.67 |
| Hex | C8 | 87 | CF | 3 | 23 | 0 | 13 | 126 | 2B | 43 |
| Octal | 310 | 207 | 317 | 3 | 43 | 0 | 23 | 446 | 53 | 103 |
| Binary | 11001000 | 10000111 | 11001111 | 11 | 100011 | 0 | 10011 | 100100110 | 101011 | 1000011 |
Color Harmonies of #C887CF
Complementary color
Monochromatic Colors of #C887CF
Black with #C887CF
Text Example
Text Example
White with #C887CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887CF; }
p { color: rgb(200,135,207); }
H1.HeaderClassName
{
color: #C887CF;
}
.AnyTagClassName
{
color: #C887CF;
}
</style>
background-color css
<style>
a { background-color: #C887CF; }
a { background-color: rgb(200,135,207); }
div.DivClassName
{
background-color: #C887CF;
}
.BgClassName
{
background-color: #C887CF;
}
</style>
border-color css
<style>
span { border-color: #C887CF; }
span { border-color: rgb(200,135,207); }
td.TdClassName
{
border-color: #C887CF;
}
.TagClassName
{
border-color: #C887CF;
}
</style>