#C487CA

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

Shades of Lilac #C487CA

Tints of Lilac #C487CA

Color information

#C487CA (or 0xC487CA) is unknown color: approx Lilac. HEX triplet: C4, 87 and CA. RGB value is (196,135,202). Sum of RGB (Red+Green+Blue) = 196+135+202=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C487CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487CA is #3B7835. Grayscale: #A0A0A0. Windows color (decimal): -3897398 or 13273028. OLE color: 13273028.

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

Color convert

RGB196135202-
CMYK0.030.3300.21
HSL294.63º38.73%66.08%-
HSV(B)294.63º33.17%79.22%-
XYZ42.0933.3360.09-
YUV160.88151.21153.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=36.77%
G=25.33%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961352020.030.3300.21294.6338.7366.08
HexC487CA3210151272742
Octal30420731234102544747102
Binary110001001000011111001010111000010101011001001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487CA; }

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

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

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

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

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

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

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

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