#C596CA

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

Shades of Lilac #C596CA

Tints of Lilac #C596CA

Color information

#C596CA (or 0xC596CA) is unknown color: approx Lilac. HEX triplet: C5, 96 and CA. RGB value is (197,150,202). Sum of RGB (Red+Green+Blue) = 197+150+202=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #C596CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596CA is #3A6935. Grayscale: #A9A9A9. Windows color (decimal): -3828022 or 13276869. OLE color: 13276869.

HSL color Cylindrical-coordinate representation of color #C596CA: hue angle of 294.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C596CA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197150202-
CMYK0.020.2600.21
HSL294.23º32.91%69.02%-
HSV(B)294.23º25.74%79.22%-
XYZ44.5937.9560.85-
YUV169.98146.07147.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=35.88%
G=27.32%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971502020.020.2600.21294.2332.9169.02
HexC596CA21A0151262145
Octal30522631223202544641105
Binary11000101100101101100101010110100101011001001101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596CA; }

 p { color: rgb(197,150,202); }

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

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

 a { background-color: rgb(197,150,202); }

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

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

 span { border-color: rgb(197,150,202); }

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