#C487CB

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

Shades of Lilac #C487CB

Tints of Lilac #C487CB

Color information

#C487CB (or 0xC487CB) is unknown color: approx Lilac. HEX triplet: C4, 87 and CB. RGB value is (196,135,203). Sum of RGB (Red+Green+Blue) = 196+135+203=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C487CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487CB is #3B7834. Grayscale: #A0A0A0. Windows color (decimal): -3897397 or 13338564. OLE color: 13338564.

HSL color Cylindrical-coordinate representation of color #C487CB: hue angle of 293.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C487CB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196135203-
CMYK0.030.3300.20
HSL293.82º39.53%66.27%-
HSV(B)293.82º33.5%79.61%-
XYZ42.2133.3860.72-
YUV160.99151.71152.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=36.70%
G=25.28%
B=38.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961352030.030.3300.20293.8239.5366.27
HexC487CB3210141262842
Octal30420731334102444650102
Binary110001001000011111001011111000010101001001001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487CB; }

 p { color: rgb(196,135,203); }

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

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

 a { background-color: rgb(196,135,203); }

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

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

 span { border-color: rgb(196,135,203); }

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