Shades of Lilac #C887C3
Tints of Lilac #C887C3
RGB
CMYK
RGB Variations
Color information
#C887C3 (or 0xC887C3) is known color: Lilac. HEX triplet: C8, 87 and C3. RGB value is (200,135,195). Sum of RGB (Red+Green+Blue) = 200+135+195=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C887C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887C3 is #37783C. Grayscale: #A1A1A1. Windows color (decimal): -3635261 or 12814280. OLE color: 12814280.
HSL color Cylindrical-coordinate representation of color #C887C3: hue angle of 304.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887C3 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 195 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.22 |
| HSL | 304.62º | 0.37% | 0.66% | - |
| HSV(B) | 304.62º | 0.33% | 0.78% | - |
| XYZ | 42.33 | 33.55 | 55.87 | - |
| YUV | 161.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 195 | 0 | 0.32 | 0.02 | 0.22 | 304.62 | 0.37 | 0.66 |
| Hex | C8 | 87 | C3 | 0 | 20 | 2 | 16 | 131 | 25 | 42 |
| Octal | 310 | 207 | 303 | 0 | 40 | 2 | 26 | 461 | 45 | 102 |
| Binary | 11001000 | 10000111 | 11000011 | 0 | 100000 | 10 | 10110 | 100110001 | 100101 | 1000010 |
Color Harmonies of #C887C3
Complementary color
Monochromatic Colors of #C887C3
Black with #C887C3
Text Example
Text Example
White with #C887C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887C3; }
p { color: rgb(200,135,195); }
H1.HeaderClassName
{
color: #C887C3;
}
.AnyTagClassName
{
color: #C887C3;
}
</style>
background-color css
<style>
a { background-color: #C887C3; }
a { background-color: rgb(200,135,195); }
div.DivClassName
{
background-color: #C887C3;
}
.BgClassName
{
background-color: #C887C3;
}
</style>
border-color css
<style>
span { border-color: #C887C3; }
span { border-color: rgb(200,135,195); }
td.TdClassName
{
border-color: #C887C3;
}
.TagClassName
{
border-color: #C887C3;
}
</style>