#C987BD

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

Shades of Lilac #C987BD

Tints of Lilac #C987BD

Color information

#C987BD (or 0xC987BD) is unknown color: approx Lilac. HEX triplet: C9, 87 and BD. RGB value is (201,135,189). Sum of RGB (Red+Green+Blue) = 201+135+189=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C987BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987BD is #367842. Grayscale: #A0A0A0. Windows color (decimal): -3569731 or 12421065. OLE color: 12421065.

HSL color Cylindrical-coordinate representation of color #C987BD: hue angle of 310.91º degrees, saturation: 0.38, 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 #C987BD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201135189-
CMYK00.330.060.21
HSL310.91º37.93%65.88%-
HSV(B)310.91º32.84%78.82%-
XYZ41.9433.4252.38-
YUV160.89143.87156.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 189 (74.22% from 255) = 36%
R=38.29%
G=25.71%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113518900.330.060.21310.9137.9365.88
HexC987BD0216151372642
Octal31120727504162546746102
Binary1100100110000111101111010100001110101011001101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987BD; }

 p { color: rgb(201,135,189); }

 H1.HeaderClassName
 {
   color: #C987BD;
 }
 .AnyTagClassName
 {
   color: #C987BD;
 }
</style>
background-color css

<style>
 a { background-color: #C987BD; }

 a { background-color: rgb(201,135,189); }

 div.DivClassName
 {
   background-color: #C987BD;
 }
 .BgClassName
 {
   background-color: #C987BD;
 }
</style>
border-color css

<style>
 span { border-color: #C987BD; }

 span { border-color: rgb(201,135,189); }

 td.TdClassName
 {
   border-color: #C987BD;
 }
 .TagClassName
 {
   border-color: #C987BD;
 }
</style>