Shades of Lilac #C987CA
Tints of Lilac #C987CA
RGB
CMYK
RGB Variations
Color information
#C987CA (or 0xC987CA) is known color: Lilac. HEX triplet: C9, 87 and CA. RGB value is (201,135,202). Sum of RGB (Red+Green+Blue) = 201+135+202=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C987CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987CA is #367835. Grayscale: #A2A2A2. Windows color (decimal): -3569718 or 13273033. OLE color: 13273033.
HSL color Cylindrical-coordinate representation of color #C987CA: hue angle of 299.1º 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 #C987CA is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 202 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.21 |
| HSL | 299.1º | 0.39% | 0.66% | - |
| HSV(B) | 299.1º | 0.33% | 0.79% | - |
| XYZ | 43.41 | 34.01 | 60.15 | - |
| YUV | 162.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 202 | 0.00 | 0.33 | 0 | 0.21 | 299.1 | 0.39 | 0.66 |
| Hex | C9 | 87 | CA | 0 | 21 | 0 | 15 | 12B | 27 | 42 |
| Octal | 311 | 207 | 312 | 0 | 41 | 0 | 25 | 453 | 47 | 102 |
| Binary | 11001001 | 10000111 | 11001010 | 0 | 100001 | 0 | 10101 | 100101011 | 100111 | 1000010 |
Color Harmonies of #C987CA
Complementary color
Monochromatic Colors of #C987CA
Black with #C987CA
Text Example
Text Example
White with #C987CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987CA; }
p { color: rgb(201,135,202); }
H1.HeaderClassName
{
color: #C987CA;
}
.AnyTagClassName
{
color: #C987CA;
}
</style>
background-color css
<style>
a { background-color: #C987CA; }
a { background-color: rgb(201,135,202); }
div.DivClassName
{
background-color: #C987CA;
}
.BgClassName
{
background-color: #C987CA;
}
</style>
border-color css
<style>
span { border-color: #C987CA; }
span { border-color: rgb(201,135,202); }
td.TdClassName
{
border-color: #C987CA;
}
.TagClassName
{
border-color: #C987CA;
}
</style>