#c987c8

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

Shades of Lilac #C987C8

Tints of Lilac #C987C8

Color information

#C987C8 (or 0xC987C8) is unknown color: approx Lilac. HEX triplet: C9, 87 and C8. RGB value is (201,135,200). Sum of RGB (Red+Green+Blue) = 201+135+200=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C8 is #367837. Grayscale: #A1A1A1. Windows color (decimal): -3569720 or 13141961. OLE color: 13141961.

HSL color Cylindrical-coordinate representation of color #C987C8: hue angle of 300.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 #C987C8 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB201135200-
CMYK00.330.000.21
HSL300.91º37.93%65.88%-
HSV(B)300.91º32.84%78.82%-
XYZ43.1833.9258.91-
YUV162.14149.37155.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=37.5%
G=25.19%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113520000.330.000.21300.9137.9365.88
HexC987C802101512d2642
Octal31120731004102545546102
Binary11001001100001111100100001000010101011001011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c987c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c987c8; }

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

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

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

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

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

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

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

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