#C484CA

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

Shades of Lilac #C484CA

Tints of Lilac #C484CA

Color information

#C484CA (or 0xC484CA) is unknown color: approx Lilac. HEX triplet: C4, 84 and CA. RGB value is (196,132,202). Sum of RGB (Red+Green+Blue) = 196+132+202=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C484CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CA is #3B7B35. Grayscale: #9E9E9E. Windows color (decimal): -3898166 or 13272260. OLE color: 13272260.

HSL color Cylindrical-coordinate representation of color #C484CA: hue angle of 294.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C484CA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196132202-
CMYK0.030.3500.21
HSL294.86º39.77%65.49%-
HSV(B)294.86º34.65%79.22%-
XYZ41.6832.559.95-
YUV159.12152.2154.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=36.98%
G=24.91%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961322020.030.3500.21294.8639.7765.49
HexC484CA3230151272841
Octal30420431234302544750101
Binary110001001000010011001010111000110101011001001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484CA; }

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

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

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

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

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

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

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

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