Shades of Lilac #C887CA
Tints of Lilac #C887CA
RGB
CMYK
RGB Variations
Color information
#C887CA (or 0xC887CA) is known color: Lilac. HEX triplet: C8, 87 and CA. RGB value is (200,135,202). Sum of RGB (Red+Green+Blue) = 200+135+202=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C887CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887CA is #377835. Grayscale: #A1A1A1. Windows color (decimal): -3635254 or 13273032. OLE color: 13273032.
HSL color Cylindrical-coordinate representation of color #C887CA: hue angle of 298.21º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C887CA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 135 | 202 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.21 |
| HSL | 298.21º | 0.39% | 0.66% | - |
| HSV(B) | 298.21º | 0.33% | 0.79% | - |
| XYZ | 43.14 | 33.87 | 60.14 | - |
| YUV | 162.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 202 | 0.01 | 0.33 | 0 | 0.21 | 298.21 | 0.39 | 0.66 |
| Hex | C8 | 87 | CA | 1 | 21 | 0 | 15 | 12A | 27 | 42 |
| Octal | 310 | 207 | 312 | 1 | 41 | 0 | 25 | 452 | 47 | 102 |
| Binary | 11001000 | 10000111 | 11001010 | 1 | 100001 | 0 | 10101 | 100101010 | 100111 | 1000010 |
Color Harmonies of #C887CA
Complementary color
Monochromatic Colors of #C887CA
Black with #C887CA
Text Example
Text Example
White with #C887CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887CA; }
p { color: rgb(200,135,202); }
H1.HeaderClassName
{
color: #C887CA;
}
.AnyTagClassName
{
color: #C887CA;
}
</style>
background-color css
<style>
a { background-color: #C887CA; }
a { background-color: rgb(200,135,202); }
div.DivClassName
{
background-color: #C887CA;
}
.BgClassName
{
background-color: #C887CA;
}
</style>
border-color css
<style>
span { border-color: #C887CA; }
span { border-color: rgb(200,135,202); }
td.TdClassName
{
border-color: #C887CA;
}
.TagClassName
{
border-color: #C887CA;
}
</style>