#C987CA

Color #C987CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C987CA

Tints of Lilac #C987CA

Color information

#C987CA (or 0xC987CA) is unknown color: approx 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

RGB201135202-
CMYK0.000.3300.21
HSL299.1º38.73%66.08%-
HSV(B)299.1º33.17%79.22%-
XYZ43.4134.0160.15-
YUV162.37150.37155.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=37.36%
G=25.09%
B=37.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011352020.000.3300.21299.138.7366.08
HexC987CA02101512b2742
Octal31120731204102545347102
Binary11001001100001111100101001000010101011001010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>