#C887C5

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

Shades of Lilac #C887C5

Tints of Lilac #C887C5

Color information

#C887C5 (or 0xC887C5) is unknown color: approx Lilac. HEX triplet: C8, 87 and C5. RGB value is (200,135,197). Sum of RGB (Red+Green+Blue) = 200+135+197=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C887C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887C5 is #37783A. Grayscale: #A1A1A1. Windows color (decimal): -3635259 or 12945352. OLE color: 12945352.

HSL color Cylindrical-coordinate representation of color #C887C5: hue angle of 302.77º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887C5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200135197-
CMYK00.320.020.22
HSL302.77º37.14%65.69%-
HSV(B)302.77º32.5%78.43%-
XYZ42.5633.6457.07-
YUV161.5148.03155.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=37.59%
G=25.38%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013519700.320.020.22302.7737.1465.69
HexC887C502021612f2542
Octal31020730504022645745102
Binary110010001000011111000101010000010101101001011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887C5; }

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

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

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

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

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

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

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

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