#C987C3

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

Shades of Lilac #C987C3

Tints of Lilac #C987C3

Color information

#C987C3 (or 0xC987C3) is unknown color: approx Lilac. HEX triplet: C9, 87 and C3. RGB value is (201,135,195). Sum of RGB (Red+Green+Blue) = 201+135+195=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C3 is #36783C. Grayscale: #A1A1A1. Windows color (decimal): -3569725 or 12814281. OLE color: 12814281.

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

Color convert

RGB201135195-
CMYK00.330.030.21
HSL305.45º37.93%65.88%-
HSV(B)305.45º32.84%78.82%-
XYZ42.633.6955.89-
YUV161.57146.87156.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=37.85%
G=25.42%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113519500.330.030.21305.4537.9365.88
HexC987C30213151312642
Octal31120730304132546146102
Binary110010011000011111000011010000111101011001100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987C3; }

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

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

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

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

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

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

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

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