#C987CD

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

Shades of Lilac #C987CD

Tints of Lilac #C987CD

Color information

#C987CD (or 0xC987CD) is unknown color: approx Lilac. HEX triplet: C9, 87 and CD. RGB value is (201,135,205). Sum of RGB (Red+Green+Blue) = 201+135+205=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C987CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987CD is #367832. Grayscale: #A2A2A2. Windows color (decimal): -3569715 or 13469641. OLE color: 13469641.

HSL color Cylindrical-coordinate representation of color #C987CD: hue angle of 296.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C987CD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201135205-
CMYK0.020.3400.20
HSL296.57º41.18%66.67%-
HSV(B)296.57º34.15%80.39%-
XYZ43.7734.1562.04-
YUV162.71151.87155.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=37.15%
G=24.95%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011352050.020.3400.20296.5741.1866.67
HexC987CD2220141292943
Octal31120731524202445151103
Binary110010011000011111001101101000100101001001010011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987CD; }

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

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

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

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

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

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

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

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