#C491CA

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

Shades of Lilac #C491CA

Tints of Lilac #C491CA

Color information

#C491CA (or 0xC491CA) is unknown color: approx Lilac. HEX triplet: C4, 91 and CA. RGB value is (196,145,202). Sum of RGB (Red+Green+Blue) = 196+145+202=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C491CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491CA is #3B6E35. Grayscale: #A6A6A6. Windows color (decimal): -3894838 or 13275588. OLE color: 13275588.

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

Color convert

RGB196145202-
CMYK0.030.2800.21
HSL293.68º34.97%68.04%-
HSV(B)293.68º28.22%79.22%-
XYZ43.5536.2560.58-
YUV166.75147.9148.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=36.10%
G=26.70%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961452020.030.2800.21293.6834.9768.04
HexC491CA31C0151262344
Octal30422131233402544643104
Binary11000100100100011100101011111000101011001001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491CA; }

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

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

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

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

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

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

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

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